Skip to content

Commit

Permalink
fix: commit should not run test in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 15, 2020
1 parent d3f9d32 commit c42dd52
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 @@ -63,7 +63,7 @@
"homepage": "https://github.com/ladjs/lad",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test",
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
Expand Down

0 comments on commit c42dd52

Please sign in to comment.