diff --git a/.husky/commit-msg b/.husky/commit-msg index 5df72999..72d46bde 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no commitlint -c --config .commitlintrc.json -E --edit $1 +npx --no-install commitlint -c --config .commitlintrc.json -E --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 3f831e70..d37daa07 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no lint-staged +npx --no-install lint-staged