Update package.json
This commit is contained in:
parent
8ee78d1b90
commit
60414a4919
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"pre-push": "yarn run type-check"
|
"pre-push": "yarn lint && yarn type-check"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Reference in a new issue