diff --git a/.husky/commit-msg b/.husky/commit-msg index 39c48ae..ff36038 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - pnpm commitlint ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index 48a6823..e1beefe 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npm run typecheck && npm run lint