Skip to content

Commit 198622b

Browse files
committed
move typecheck to pre-push
1 parent 8c2baeb commit 198622b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
},
3333
"husky": {
3434
"hooks": {
35-
"pre-commit": "npm run typecheck:client && lint-staged"
35+
"pre-commit": "lint-staged",
36+
"pre-push": "typecheck:client"
3637
}
3738
},
3839
"lint-staged": {

0 commit comments

Comments
 (0)