ci: fix typecheck

This commit is contained in:
2025-11-27 17:12:58 +08:00
parent 5bb2fc8f78
commit 21728a44df
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm typecheck
run: pnpm astro sync && pnpm typecheck
- name: Lint
run: pnpm lint