diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a235a..bb29dc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,5 +119,8 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Build + run: pnpm build + - name: Typecheck run: pnpm typecheck