diff --git a/package.json b/package.json index d9863a7..d55fcf6 100644 --- a/package.json +++ b/package.json @@ -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": {