diff --git a/package.json b/package.json index fe79f74f..21dde474 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "husky": { "skipCI": true, "hooks": { - "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\"" + "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\" && npm install" } } }