From f3e55661cb247ae0a90f1a2f2e1273f056a439b9 Mon Sep 17 00:00:00 2001 From: Chinh Le Date: Fri, 9 Aug 2024 13:53:43 +0700 Subject: [PATCH] chore: add verbose for commitlint --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index c48ae69..ec18be2 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -pnpm dlx commitlint --edit $1 +pnpm dlx commitlint --edit $1 --verbose