Skip to content

Commit

Permalink
chore(hooks): run npm install in post-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Sep 13, 2019
1 parent 6c809bd commit d1488bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"husky": {
"skipCI": true,
"hooks": {
"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"
}
}
}

0 comments on commit d1488bc

Please sign in to comment.