Skip to content

Commit

Permalink
updated husky to run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
joepuzzo committed Nov 24, 2020
1 parent 3001753 commit 6c7650c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -130,7 +130,8 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"pre-push": "npm test"
}
},
"lint-staged": {
Expand Down

0 comments on commit 6c7650c

Please sign in to comment.