From 8fc09d2b494959abe54bf889e5c884fbcf3f57fc Mon Sep 17 00:00:00 2001 From: AruSeito Date: Sun, 18 Feb 2024 18:45:07 +0800 Subject: [PATCH] chore: update commitlint --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 686e09c6e..10cb55106 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -pnpm dlx commitlint --edit "$1" +pnpm commitlint --edit "$1"