chore(ci): incldue typecheck

This commit is contained in:
Neko Ayaka
2025-01-13 18:12:06 +08:00
parent 618e1404fd
commit fc6b0de8f2
+1 -1
View File
@@ -56,7 +56,7 @@
"docs"
],
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "pnpm lint-staged && pnpm typecheck"
},
"lint-staged": {
"*": "eslint --fix"