From 3cfec0d22013b7b25d9a221fbada82254924fc46 Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Mon, 30 Sep 2019 11:30:55 -0700 Subject: [PATCH] Just add node_modules directly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65c80c4..4649103 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "skipCI": true, "hooks": { "pre-commit": "npm run build && npm run format", - "post-commit": "npm prune --production && git add -u node_modules/* && git commit -m \"Husky commit correct node modules\"" + "post-commit": "npm prune --production && git add -u node_modules && git commit -m \"Husky commit correct node modules\"" } } }