diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc60..c54c1b80b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +./node_modules/.bin/lint-staged \ No newline at end of file