diff --git a/.husky/pre-commit b/.husky/pre-commit index e506909..9e21c98 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ #!/usr/bin/env sh -pnpm lint-staged +pnpm --prefix=./src/ lint-staged