From 523bb6fd829b8db06a4269d4a682dadd2f2d3e55 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Mon, 3 Oct 2022 09:34:26 +0200 Subject: [PATCH] Update .husky/commit-msg --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 314e8214..4561e286 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 \ No newline at end of file +npx --no commitlint --edit $1 \ No newline at end of file