Remove commit check
This commit is contained in:
parent
8692e0977d
commit
e59eb95442
1 changed files with 1 additions and 5 deletions
|
@ -68,11 +68,7 @@
|
|||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "test && lint-staged"
|
||||
"pre-push": "fix:style && eslint && test"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "fix:style && eslint"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue