From 5bc6c7b2a4e96069d3db536521a01d37cc295b10 Mon Sep 17 00:00:00 2001 From: Tilak Thapa Date: Sun, 17 Mar 2024 10:12:06 +0545 Subject: [PATCH] chore: add commit-msg --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index b50660a..314e821 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -pnpm exec --no-install commitlint --edit $1 \ No newline at end of file +npx --no-install commitlint --edit $1 \ No newline at end of file