From c478a2ddc070525532c083e18d6835ccde7f97cf Mon Sep 17 00:00:00 2001 From: Yannick Mijsters Date: Wed, 18 Sep 2024 11:22:43 +0200 Subject: [PATCH] fix: remove husky install to test deployment (#13) --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 0fb6dccaf..0bd658f49 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" +npx --no-install commitlint --edit "$1"