use pnpm for Desktop Electron App (#7679)

This commit is contained in:
Lifei Zhou
2026-03-11 08:46:05 -04:00
committed by GitHub
parent a28c306b23
commit 02bc7ed745
20 changed files with 13856 additions and 21417 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ cargo clippy --all-targets -- -D warnings
```bash
just generate-openapi # after server changes
just run-ui # start desktop
cd ui/desktop && npm test # test UI
cd ui/desktop && pnpm test # test UI
```
## Structure