chore: add type-check script and integrate type checking in build workflow (#201)

This commit is contained in:
Whitewater
2025-12-23 14:32:33 +08:00
committed by GitHub
parent 9a99dd8e07
commit 7be1e5e829
6 changed files with 13 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
"preinstall": "sh scripts/preinstall.sh",
"prepare": "simple-git-hooks",
"reinstall": "rm -rf **/*/node_modules && rm -rf node_modules && pnpm install",
"type-check": "pnpm run -r type-check",
"update:lastmodified": "tsx scripts/update-lastmodified.ts"
},
"dependencies": {