refactor: 统一打包命令为 dist 体系,build 仅编译不打包

- build:linux/mac/win → dist/dist:linux/dist:mac/dist:win
- Turbo 任务依赖:desktop#dist:* → server#compile → server#build
- 根目录 bun dist 一条命令完成完整打包流水线
- 更新 AGENTS.md 文档同步命令变更
This commit is contained in:
2026-02-08 20:48:58 +08:00
parent 8c0ea632d7
commit dac6bb1643
6 changed files with 48 additions and 14 deletions

View File

@@ -25,7 +25,8 @@ bun db:studio # Drizzle Studio GUI
# Build
bun build # Production build → .output/
bun compile # Compile to standalone binary
bun compile # Compile to standalone binary (depends on build)
# Also triggered automatically by root `bun dist`
# Code Quality
bun fix # Biome auto-fix