Skip to content

Commit

Permalink
Ensure clean is run before testing and sizing in pre push hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed May 22, 2019
1 parent 60a7161 commit 354a357
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 @@ -86,7 +86,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run test && npm run size"
"pre-push": "npm-run-all clean test clean size"
}
},
"bundlesize": [
Expand Down

0 comments on commit 354a357

Please sign in to comment.