Fix lerna command (#675)
This commit is contained in:
parent
1771a8a98a
commit
cafb0eb4bc
|
@ -6,7 +6,7 @@ First, run the development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pyth-crosschain % npm install
|
pyth-crosschain % npm install
|
||||||
pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
|
pyth-crosschain % npx lerna run build --scope xc_admin_frontend --include-dependencies
|
||||||
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
|
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
|
||||||
xc_admin_frontend % npm run dev
|
xc_admin_frontend % npm run dev
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue