Skip to content

Commit cafb0eb

Browse files
authored
Fix lerna command (#675)
1 parent 1771a8a commit cafb0eb

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_frontend

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, run the development server:
66

77
```bash
88
pyth-crosschain % npm install
9-
pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
9+
pyth-crosschain % npx lerna run build --scope xc_admin_frontend --include-dependencies
1010
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
1111
xc_admin_frontend % npm run dev
1212
```

0 commit comments

Comments
 (0)