fix(cli): separate dsh from repository build

This commit is contained in:
Turtle
2026-08-12 15:37:03 +08:00
parent b1c13b5ca3
commit 4c49e7109b
15 changed files with 23 additions and 21 deletions
+2 -1
View File
@@ -32,10 +32,11 @@ To run a repository checkout instead:
git clone https://github.com/deepseek-harness/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
```
The last command builds the repository and opens the same Web UI path.
`pnpm run build` prepares the repository artifacts. `pnpm dsh web` starts the Web UI without rebuilding and opens the same path.
## Profiles and plugins