docs: document repository clean workflow

This commit is contained in:
imccyu
2026-07-25 20:05:29 +08:00
parent 84be7cc622
commit be3a9f6a75
4 changed files with 19 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ Package groups: [packages/README.md](packages/README.md).
```sh
pnpm install # pnpm workspaces, node ^22.19 || >=24
pnpm run clean # remove build outputs and safe residue from deleted packages
pnpm run test # vitest unit tests
pnpm run test:coverage # CI coverage gate: per-file 100% on packages/*/*/src
pnpm run test:e2e # real-API tests; self-skip without DEEPSEEK_API_KEY