mirror of
https://github.com/fluencelabs/examples
synced 2025-06-13 10:01:24 +00:00
Fix build command in README
This commit is contained in:
@ -19,7 +19,7 @@ You need npm v7 or later to run the examples
|
|||||||
|
|
||||||
```
|
```
|
||||||
npm i
|
npm i
|
||||||
npm build -w aqua
|
npm run build -w aqua
|
||||||
npm start -w web
|
npm start -w web
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ npm start -w web
|
|||||||
|
|
||||||
```
|
```
|
||||||
npm i
|
npm i
|
||||||
npm build -w aqua
|
npm run build -w aqua
|
||||||
npm start -w nodejs
|
npm start -w nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user