Skip to content

Commit

Permalink
build(package): change husky hook event to push
Browse files Browse the repository at this point in the history
Change husky test and lint hook event from pre-commit to pre-push
  • Loading branch information
Sean Hamilton committed Sep 4, 2019
1 parent a6d364d commit 6ea9d4c
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 @@ -92,7 +92,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn test && yarn lint",
"pre-push": "yarn test && yarn lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
Expand Down

0 comments on commit 6ea9d4c

Please # to comment.