Just add node_modules directly

This commit is contained in:
Timothy Clem
2019-09-30 11:30:55 -07:00
parent a83939fb8c
commit 3cfec0d220

View File

@@ -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\""
}
}
}