We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c809bd commit d1488bcCopy full SHA for d1488bc
package.json
@@ -32,7 +32,7 @@
32
"husky": {
33
"skipCI": true,
34
"hooks": {
35
- "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\""
+ "post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\" && npm install"
36
}
37
38
0 commit comments