diff --git a/.husky/commit-msg b/.husky/commit-msg index ad547a5..328fdca 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -3,4 +3,4 @@ # shellcheck source=./_/husky.sh . "$(dirname -- "$0")/_/husky.sh" -npx commitlint --edit "$1" +pnpm commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 79f0de8..521f88c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,4 +3,4 @@ # shellcheck source=./_/husky.sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +pnpm lint-staged