From 8f0f52c47e9ed3705359f426c9895fdcf0a8f731 Mon Sep 17 00:00:00 2001 From: Olivier Refalo Date: Sun, 13 Oct 2024 22:03:06 +0400 Subject: [PATCH] fix: husky commit-msg --- .husky/commit-msg | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 6da0b0d..0003522 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no -- commitlint --edit "${1}" \ No newline at end of file