소스 검색

Fix build process (#672)

guibescos 2 년 전
부모
커밋
64255d4504
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      governance/xc_admin/packages/xc_admin_frontend/README.md

+ 4 - 2
governance/xc_admin/packages/xc_admin_frontend/README.md

@@ -5,8 +5,10 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
 First, run the development server:
 
 ```bash
-npm install
-npm run dev
+pyth-crosschain % npm install
+pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
+pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
+xc_admin_frontend % npm run dev
 ```
 
 Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.