Update package.json

This commit is contained in:
Steve Ruiz 2021-07-01 15:03:42 +01:00
parent 8ee78d1b90
commit 60414a4919

View file

@ -19,7 +19,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn run type-check"
"pre-push": "yarn lint && yarn type-check"
}
},
"lint-staged": {