Fix lerna command (#675)

This commit is contained in:
guibescos 2023-03-08 22:34:05 -06:00 committed by GitHub
parent 1771a8a98a
commit cafb0eb4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ First, run the development server:
```bash
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
xc_admin_frontend % npm run dev
```