浏览代码

Fix lerna command (#675)

guibescos 2 年之前
父节点
当前提交
cafb0eb4bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      governance/xc_admin/packages/xc_admin_frontend/README.md

+ 1 - 1
governance/xc_admin/packages/xc_admin_frontend/README.md

@@ -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
 ```