Skip to content

Commit

Permalink
Run tests on git push
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed May 10, 2020
1 parent cad2f5e commit 530c9f4
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 @@ -34,7 +34,8 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"pre-push": "yarn test"
}
},
"lint-staged": {
Expand Down

0 comments on commit 530c9f4

Please sign in to comment.