diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 0000000000..cd9d4d836c --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,6 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" +rootDir=$(pwd) +cd "$rootDir" + +yarn check-commits