diff --git a/.husky/commit-msg b/.husky/commit-msg index 4f9d7bc..23edea5 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -pnpm commitlint --edit $1 +#pnpm commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index cf7f737..66e8aab 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - pnpm lint-staged --concurrent false