diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a77..6ef9628 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx --no -- commitlint --edit ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index cf0c46b..e5f7d54 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx --no-install lint-staged