diff --git a/package.json b/package.json index eb0013b..9aec673 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*" + "pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/* && git commit -m 'Husky commit correct node modules' && npm install" } } }