run tsc on pre-push

This commit is contained in:
nicosampler 2020-08-07 09:11:27 -03:00
parent 8462759e13
commit ed0ebd02a2
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --allow-empty && tsc"
"pre-commit": "lint-staged --allow-empty",
"pre-push": "tsc"
}
},
"lint-staged": {