We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fc6e2 commit 3002446Copy full SHA for 3002446
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