添加触发 Gitea CI/CD 的脚本和命令

This commit is contained in:
2026-05-19 11:21:08 +08:00
parent d56f516161
commit 6584239e75
3 changed files with 69 additions and 2 deletions
+1 -1
View File
@@ -11,7 +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",
"pipeline:trigger": "bash scripts/trigger-gitea-pipeline.sh",
"start": "bun src/server.ts",
"start:prod": "bun run check && bun src/server.ts"
},