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
commit 6df454e006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.
```