Skip to content

Commit

Permalink
chore: remove husky precommit test
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Sep 10, 2020
1 parent 08a1064 commit bd177b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"pre-commit": "yarn test && lint-staged",
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}

0 comments on commit bd177b9

Please sign in to comment.