添加触发 Gitea CI/CD 的脚本和命令
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user