diff --git a/.husky/commit-msg b/.husky/commit-msg index 617efbdae..7e2cf346a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install commitlint --edit diff --git a/.husky/pre-push b/.husky/pre-push index 13b9f553e..0bee99689 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run presubmit