diff --git a/.husky/commit-msg b/.husky/commit-msg index 6eb5c130d4..2ebf085a7a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1,4 @@ -yarn commitlint $1 +#!/usr/bin/env sh +. "$(dirname "$0")/_/husky.sh" + +yarn commitlint $1 \ No newline at end of file