From dc6589d5301db1026b0691667ea2e2bb6942484e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=E9=87=91=E5=8F=AF=E6=98=8E?= Date: Tue, 27 Dec 2022 10:46:11 +0100 Subject: [PATCH] chore: fix husky commit-msg hook --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index df30191..180420a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no -- commitlint --edit "\${1}" +./node_modules/.bin/commitlint --edit $1