Skip to content

Commit

Permalink
chore: remove yarn test from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspiment committed Oct 9, 2019
1 parent 62c5a63 commit 34ebbfd
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
@@ -1,5 +1,5 @@
{
"hooks": {
"pre-commit": "yarn lint-staged && yarn test"
"pre-commit": "yarn lint-staged"
}
}

0 comments on commit 34ebbfd

Please sign in to comment.