📦 fix command for commit

This commit is contained in:
2025-07-09 09:01:47 +07:00
parent ab9470044e
commit d026077663

View File

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