Skip to content

Commit

Permalink
Merge pull request #208 from cyberhck/patch-2
Browse files Browse the repository at this point in the history
chore(package): update pre-push hook
  • Loading branch information
paibamboo authored Oct 1, 2020
2 parents f14bf3a + ad51c80 commit a13ba57
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 @@ -44,7 +44,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint -s",
"commitmsg": "validate-commit-msg",
"prepush": "npm run lint -s && npm run build -s"
"prepush": "npm run test && npm run build -s"
},
"jest": {
"transform": {
Expand Down

0 comments on commit a13ba57

Please sign in to comment.