diff --git a/package.json b/package.json index e2caa62f..074e8db2 100644 --- a/package.json +++ b/package.json @@ -95,10 +95,9 @@ }, "husky": { "hooks": { - "post-checkout": "yarn install", "pre-commit": "yarn run check-branch-name && npm run lint-fix", "pre-push": "npm run check-branch-name", - "post-checkout": "npm run check-branch-name" + "post-checkout": "npm run check-branch-name && yarn install" } } }