From d026077663575c634ac9a59df9bdc5978405d1ca Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Jul 2025 09:01:47 +0700 Subject: [PATCH] :package: fix command for commit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2aea7bd..537d303 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "commit": "npm x git-cz", + "commit": "bunx git-cz", "push": "bun ./scripts/git-multipush.ts" }, "dependencies": {