Skip to content

Commit 116de80

Browse files
committed
remove pre-commit typecheck, need to discuss
1 parent 198622b commit 116de80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
},
3333
"husky": {
3434
"hooks": {
35-
"pre-commit": "lint-staged",
36-
"pre-push": "typecheck:client"
35+
"pre-commit": "lint-staged"
3736
}
3837
},
3938
"lint-staged": {

0 commit comments

Comments
 (0)