🔧 (config) remove git prefix from bun command
This commit is contained in:
@ -8,8 +8,8 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"git:commit": "bunx git-cz",
|
"commit": "bunx git-cz",
|
||||||
"git:push": "bun ./scripts/git-multipush.ts",
|
"push": "bun ./scripts/git-multipush.ts",
|
||||||
"env:publish": "bun ./scripts/create-env-example.ts"
|
"env:publish": "bun ./scripts/create-env-example.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user