Skip to content

Commit

Permalink
chore(ci): incldue typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 13, 2025
1 parent 618e140 commit fc6b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"docs"
],
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "pnpm lint-staged && pnpm typecheck"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down

0 comments on commit fc6b0de

Please sign in to comment.