chore: add push script to package.json
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user