From 60868de2f18c4f30b11e8ca981c9c2683987f4f1 Mon Sep 17 00:00:00 2001 From: ChaitanyaD48 Date: Sun, 27 Oct 2024 12:41:17 +0530 Subject: [PATCH] chore: update .husky configuration for commit checks Signed-off-by: ChaitanyaD48 --- .husky/commit-msg | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 53b8922a..ec20f1ea 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} && npm run lint