Browse Source

Remove annoying husky post merge and checkout hooks

timvisee 3 years ago
parent
commit
9fdc079878
1 changed files with 1 additions and 3 deletions
  1. 1 3
      package.json

+ 1 - 3
package.json

@@ -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": {