fix(cli): separate dsh from repository build

This commit is contained in:
Turtle
2026-08-12 11:57:02 +08:00
parent b1c13b5ca3
commit 4c49e7109b
15 changed files with 23 additions and 21 deletions

View File

@@ -32,10 +32,11 @@ npx @deepseek-ai/dsh web
git clone https://github.com/deepseek-harness/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
```
最后一条命令会构建仓库,并进入相同的 Web UI 路径。
`pnpm run build` 准备仓库产物。`pnpm dsh web` 启动 Web UI不会重新构建并进入相同的路径。
## Profile 与插件