chore: add push script to package.json
Agent CI/CD / validate (push) Has been cancelled
Agent CI/CD / docker-image (push) Has been cancelled
Agent CI/CD / deploy-fallback-log (push) Has been cancelled

This commit is contained in:
2026-05-19 10:51:31 +08:00
parent bb4638a3af
commit 0446728f60
+1
View File
@@ -11,6 +11,7 @@
"dev": "bun run typecheck:opencode && 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"
},