Update package.json
This commit is contained in:
parent
e4e753095f
commit
8de9861e1a
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "yarn lint && yarn type-check"
|
||||
"pre-push": "yarn lint && yarn format && yarn type-check"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
@ -95,4 +95,4 @@
|
|||
"tabWidth": 2,
|
||||
"useTabs": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue