diff --git a/package.json b/package.json index e2da2573..9251d06d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "pre-push": "npm test" + "pre-push": "npm test", + "post-merge": "npm install" } }, "lint-staged": {