diff --git a/package.json b/package.json index 98f140e..cbac32b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dev": "bun --watch src/server.ts", "build": "bun run check", "check": "bun run typecheck && bun run typecheck:opencode", + "push": "git add . && git commit -m \"chore: update\" && git push origin main", "start": "bun src/server.ts", "start:prod": "bun run check && bun src/server.ts" },