docs: correct standalone development commands
This commit is contained in:
@@ -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
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user