Skip to content

Commit

Permalink
optim: only build once on precommit (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Bahmutov <[email protected]>
  • Loading branch information
agilgur5 and bahmutov authored Nov 13, 2020
1 parent 21aa1c3 commit d0c6b31
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 @@ -56,7 +56,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run format:check && npm run build && npm run test"
"pre-commit": "npm run format:check && npm test"
}
},
"files": [
Expand Down

0 comments on commit d0c6b31

Please sign in to comment.