From 6506e1d91ea7c1cf6877fa8fc201368dc6cd4956 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Thu, 28 Aug 2025 08:24:48 +0200 Subject: [PATCH] ci(husky): removed 2 deprecated lines pointing to the husky location --- .husky/commit-msg | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 6e47d64..c4055f1 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install commitlint --edit "$1" npm run lint:staged npm run test