diff --git a/.husky/commit-msg b/.husky/commit-msg index ed8f756b5..da9948310 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1 @@ -#!/usr/bin/env sh -# shellcheck disable=SC1091 -# shellcheck source=./_/husky.sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no -- commitlint --edit "$1"