24
1
Fork 0

Remove annoying husky post merge and checkout hooks

This commit is contained in:
timvisee 2021-06-28 17:19:30 +02:00
parent f08d078236
commit 9fdc079878
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm test",
"post-merge": "npm install",
"post-checkout": "scripts/sync-npm-dependencies.sh"
"pre-push": "npm test"
}
},
"lint-staged": {