diff --git a/.husky/commit-msg b/.husky/commit-msg index 0cb9b59..3e50b5b 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,6 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + # Export Git hook params export GIT_PARAMS=$*