run typescript befor commit
This commit is contained in:
parent
e39e9bbc31
commit
bf066fb92b
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue