Skip to content

Commit

Permalink
Fix for husky config.
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 8, 2020
1 parent c731a41 commit 32d6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
hooks: {
"pre-commit": "npm run staged",
"pre-publish": "npm run coverage && npm run size"
"pre-push": "npm run coverage && npm run size"
}
}

0 comments on commit 32d6477

Please sign in to comment.