From 9fdc07987873b69d7adf1ecae1e854b9dcea16bf Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 28 Jun 2021 17:19:30 +0200 Subject: [PATCH] Remove annoying husky post merge and checkout hooks --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 629a010e..26993d44 100644 --- a/package.json +++ b/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": {