From dbb4e86ca9b344a0a7698f74cf9b21ad55f140ed Mon Sep 17 00:00:00 2001 From: Zavier Miller Date: Sun, 22 Oct 2023 21:30:25 -0400 Subject: [PATCH] use npm for husky pre commit hook --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index db207a6..d24fdfc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -pnpm exec lint-staged \ No newline at end of file +npx lint-staged