Skip to content

Commit

Permalink
chore: remove fix option from husky lint (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jan 5, 2021
1 parent 56e46f4 commit 6b5d347
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 @@
},
"husky": {
"hooks": {
"pre-commit": "lerna run --concurrency 1 --stream lint:fix --since HEAD --exclude-dependents",
"pre-commit": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
Expand Down

0 comments on commit 6b5d347

Please sign in to comment.