From bf3763ab0fc9d2ff5a5f4c768b4ebd9ef84fee17 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Fri, 11 Oct 2024 17:10:36 +0100 Subject: [PATCH] chore(add cz): add cz --- .husky/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 7627bbb..1a6f210 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx --no -- commitlint --edit $1 && exec < /dev/tty && npx cz --hook || true +exec < /dev/tty && npx cz --hook || true && npx --no -- commitlint --edit $1