From f4777c139f79b9ca3d8903e597bd615a3462bbaf Mon Sep 17 00:00:00 2001 From: Haile <118998054+blackmammoth@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:44:11 +0300 Subject: [PATCH] Feat/improve husky git hook (#517) --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 0a4b97de..a78cc751 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx --no -- commitlint --edit $1 +npx commitlint --edit $1