From 57affc70ca315700bb099c972ec78d88b464c7d2 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Mon, 29 Sep 2025 22:31:42 +0700 Subject: [PATCH] :wrench: (config) remove git prefix from bun command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9863a7..d55fcf6 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "build": "next build", "start": "next start", "lint": "next lint", - "git:commit": "bunx git-cz", - "git:push": "bun ./scripts/git-multipush.ts", + "commit": "bunx git-cz", + "push": "bun ./scripts/git-multipush.ts", "env:publish": "bun ./scripts/create-env-example.ts" }, "dependencies": {