From 57f4c9db81bdac002d6f2d8468b0dc367124a499 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Mon, 24 May 2021 16:52:13 +0000
Subject: [PATCH] ci(git-hooks): add verbose param to commitlint command

---
 .husky/commit-msg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.husky/commit-msg b/.husky/commit-msg
index 0bd658f496..cdb7c8da86 100755
--- a/.husky/commit-msg
+++ b/.husky/commit-msg
@@ -1,4 +1,4 @@
 #!/bin/sh
 . "$(dirname "$0")/_/husky.sh"
 
-npx --no-install commitlint --edit "$1"
+npx --no-install commitlint --verbose --edit "$1"
-- 
GitLab