diff --git a/.husky/pre-commit b/.husky/pre-commit index c3a09e6..a845b85 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -pnpm run lint \ No newline at end of file +npm run lint \ No newline at end of file