diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 676e44a..ca58314 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm run lint - name: Typecheck - run: npx tsc --noEmit + run: npx next typegen && npx tsc --noEmit - name: Test run: npm test diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d4089e2..955825d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - run: apk add --no-cache libc6-compat - run: npm ci - run: npm run lint - - run: npx tsc --noEmit + - run: npx next typegen && npx tsc --noEmit - run: npm test - run: npm run build env: