Remove annoying husky post merge and checkout hooks
This commit is contained in:
parent
f08d078236
commit
9fdc079878
|
@ -37,9 +37,7 @@
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"pre-push": "npm test",
|
"pre-push": "npm test"
|
||||||
"post-merge": "npm install",
|
|
||||||
"post-checkout": "scripts/sync-npm-dependencies.sh"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
Loading…
Reference in New Issue