We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc36eb1 commit 4411253Copy full SHA for 4411253
package.json
@@ -43,7 +43,8 @@
43
"husky": {
44
"skipCI": true,
45
"hooks": {
46
- "pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
+ "pre-commit": "npm run build && npm run format",
47
+ "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
48
}
49
50
0 commit comments