Skip to content

Commit

Permalink
add back post-commit for exercise updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 25, 2020
1 parent 0a1d9d6 commit bb0227d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run validate"
"pre-commit": "npm run validate",
"post-commit": "node ./scripts/update-exercises.js"
}
},
"jest": {
Expand Down

0 comments on commit bb0227d

Please sign in to comment.