From b2acf8b1e0176503ba85f2fddb29130634bae9bc Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Thu, 5 Oct 2023 20:06:45 +0800 Subject: [PATCH] fix: update commit-msg hook --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 4974c35b..c160a771 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx commitlint --edit $1 +npx --no -- commitlint --edit ${1}