From 0d3fe5b57c2226e72f3a728cfb95f54ce4d48fdd Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 12 Jul 2019 09:53:02 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }