From cd734d8524e2d043998701e57e5201a3e44f5100 Mon Sep 17 00:00:00 2001 From: randy Date: Fri, 21 Apr 2023 11:37:39 +0800 Subject: [PATCH] =?UTF-8?q?build(husky):=20=E4=BF=AE=E6=94=B9commitlint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 789edbb..b5a5eb0 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx run commitlint --edit +npx commitlint --edit "$1"