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