Skip to content

Commit 64255d4

Browse files
authored
Fix build process (#672)
1 parent 22c1fed commit 64255d4

File tree

1 file changed

+4
-2
lines changed
  • governance/xc_admin/packages/xc_admin_frontend

1 file changed

+4
-2
lines changed

governance/xc_admin/packages/xc_admin_frontend/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
55
First, run the development server:
66

77
```bash
8-
npm install
9-
npm run dev
8+
pyth-crosschain % npm install
9+
pyth-crosschain % npx run lerna build --scope xc_admin_frontend --include-dependencies
10+
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
11+
xc_admin_frontend % npm run dev
1012
```
1113

1214
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)