mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
Fix build command in README
This commit is contained in:
parent
e6012a1780
commit
b84851a4a3
@ -19,7 +19,7 @@ You need npm v7 or later to run the examples
|
||||
|
||||
```
|
||||
npm i
|
||||
npm build -w aqua
|
||||
npm run build -w aqua
|
||||
npm start -w web
|
||||
```
|
||||
|
||||
@ -30,7 +30,7 @@ npm start -w web
|
||||
|
||||
```
|
||||
npm i
|
||||
npm build -w aqua
|
||||
npm run build -w aqua
|
||||
npm start -w nodejs
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user