diff --git a/.husky/commit-msg b/.husky/commit-msg index bd5945af..29725d40 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,3 @@ #!/bin/sh -pnpm commitlint --edit "$1" +commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 46a16551..22ec563f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ #!/bin/sh -pnpm lint-staged +lint-staged