diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f780424..22a3875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,5 +56,8 @@ jobs: - name: Check Typescript run: pnpm run check-ts + + - name: Build + run: pnpm run build:frontend # more things can be add later like tests etc..