Skip to content

Commit 8c2baeb

Browse files
committed
add precommit check
1 parent 5c88395 commit 8c2baeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"husky": {
3434
"hooks": {
35-
"pre-commit": "lint-staged"
35+
"pre-commit": "npm run typecheck:client && lint-staged"
3636
}
3737
},
3838
"lint-staged": {

0 commit comments

Comments
 (0)