🔧 (config) remove git prefix from bun command
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user