Skip to content

Commit 6b5d347

Browse files
authored
chore: remove fix option from husky lint (#1777)
1 parent 56e46f4 commit 6b5d347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"husky": {
6565
"hooks": {
66-
"pre-commit": "lerna run --concurrency 1 --stream lint:fix --since HEAD --exclude-dependents",
66+
"pre-commit": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
6767
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
6868
}
6969
}

0 commit comments

Comments
 (0)