Merge pull request #1445 from maksimr/fix-doc

Fix documentation for build process
This commit is contained in:
Asher
2020-03-25 14:13:15 -05:00
committed by GitHub

View File

@ -26,5 +26,5 @@ works internally.
yarn
yarn vscode
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.
```