📦 fix command for commit
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"commit": "npm x git-cz",
|
"commit": "bunx git-cz",
|
||||||
"push": "bun ./scripts/git-multipush.ts"
|
"push": "bun ./scripts/git-multipush.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user