docs: correct standalone development commands

This commit is contained in:
Chengdong Zhang
2026-07-27 18:00:30 +08:00
parent 96ecccc287
commit 51e6b4b146

View File

@@ -23,10 +23,9 @@ Obtain a pairing token from Slack: `/pi local new`.
## Development
From monorepo root:
From the extension repository:
```bash
npm run build -w packages/shared
npm run build -w packages/connect-local
npm run test -w packages/connect-local
npm run build
npm test
```