Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
style: shorten husky pre-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 12, 2021
1 parent 2261c79 commit 90186c5
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 @@ -34,7 +34,7 @@
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run lint:prettier:ci && npm run test"
"pre-push": "npm run lint:prettier:ci && npm test"
}
},
"jest": {
Expand Down

0 comments on commit 90186c5

Please sign in to comment.