From 868c074f255d2930abb5effcff1528b65c938dcd Mon Sep 17 00:00:00 2001 From: Prachit <112982404+Psingle20@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:09:54 +0530 Subject: [PATCH] Update .husky/commit-msg Co-authored-by: Thomas Cooper --- .husky/commit-msg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 22cbe859..53b8922a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,4 @@ - +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" npx --no -- commitlint --edit ${1} && npm run lint