Skip to content

Commit

Permalink
chore: remove test:once from .huskyrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagop Taminian committed Sep 18, 2020
1 parent a65d743 commit e90086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"pre-commit": "pretty-quick --staged && yarn lint",
"post-commit": "git status",
"post-merge": "yarn install",
"pre-push": "yarn lint && yarn test:once && yarn build"
"pre-push": "yarn lint && yarn build"
}
}

0 comments on commit e90086f

Please sign in to comment.