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 ## Development
From monorepo root: From the extension repository:
```bash ```bash
npm run build -w packages/shared npm run build
npm run build -w packages/connect-local npm test
npm run test -w packages/connect-local
``` ```