Skip to content

Commit d1488bc

Browse files
committed
chore(hooks): run npm install in post-commit
1 parent 6c809bd commit d1488bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"husky": {
3333
"skipCI": true,
3434
"hooks": {
35-
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\""
35+
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"chore: update node_modules\" && npm install"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)