🔧 (config) remove git prefix from bun command

This commit is contained in:
2025-09-29 22:31:42 +07:00
parent e522e3e861
commit 57affc70ca

View File

@ -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": {