run typescript befor commit

This commit is contained in:
nicosampler 2020-08-07 08:26:57 -03:00
parent e39e9bbc31
commit bf066fb92b
1 changed files with 1 additions and 1 deletions

View File

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