diff --git a/.husky/pre-push b/.husky/pre-push index de7c95a..0370f3e 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged --config ../.lintstagedrc.js \ No newline at end of file +npx --config ../.lintstagedrc.js lint-staged \ No newline at end of file