run tsc on pre-push
This commit is contained in:
parent
8462759e13
commit
ed0ebd02a2
|
@ -44,7 +44,8 @@
|
|||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged --allow-empty && tsc"
|
||||
"pre-commit": "lint-staged --allow-empty",
|
||||
"pre-push": "tsc"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in New Issue