diff --git a/.husky/commit-msg b/.husky/commit-msg index 2785bc1d..d71a03b9 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + yarn commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 37236231..d2ae35e8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + yarn lint-staged