更新 .cnb.yml 中的脚本格式,优化可读性;更新 package.json 中的依赖版本;新增 bun.lock 文件以管理依赖锁定

This commit is contained in:
xiongxiao
2026-03-18 13:38:41 +08:00
committed by cnb
parent 2b7b541cb6
commit 88a688d5e3
3 changed files with 91 additions and 3 deletions

View File

@@ -10,7 +10,8 @@
stages:
- name: 检测版本更新
script: |
bun i && bun run src/cli.ts repo sync
bun i
bun run src/cli.ts repo sync
timeout: 20s
main: