diff --git a/.husky/commit-msg b/.husky/commit-msg index b1654c2e1..ee0440ed3 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - if [ -f .devbox/virtenv/nodejs/corepack-bin/pnpm ]; then # For devbox users making Git commits from IDE. .devbox/virtenv/nodejs/corepack-bin/pnpm commitlint --edit "$1"