Merge pull request #1445 from maksimr/fix-doc
Fix documentation for build process
This commit is contained in:
commit
6df454e006
|
@ -26,5 +26,5 @@ works internally.
|
||||||
yarn
|
yarn
|
||||||
yarn vscode
|
yarn vscode
|
||||||
yarn build
|
yarn build
|
||||||
node ./build/out/entry.js # Run the built JavaScript with Node.
|
node ./build/out/node/entry.js # Run the built JavaScript with Node.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue