diff --git a/.husky/commit-msg b/.husky/commit-msg index c77294f..aec9d50 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx commitlint --edit "${1}" +bun --bun commitlint --edit "${1}" diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc5..75e75d7 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx lint-staged +bun --bun lint-staged