diff --git a/.husky/pre-commit b/.husky/pre-commit index 4f01ff4d..e346fb13 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -$(npm bin)/lint-staged +npx --no lint-staged