diff --git a/.husky/commit-msg b/.husky/commit-msg index e8511eaea..2bc97f07b 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no-install commitlint --edit $1 +npx --no commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af21989..3f831e70f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged +npx --no lint-staged