Skip to content

Commit 6df454e

Browse files
authored
Merge pull request #1445 from maksimr/fix-doc
Fix documentation for build process
2 parents 216652f + 664ef17 commit 6df454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ works internally.
2626
yarn
2727
yarn vscode
2828
yarn build
29-
node ./build/out/entry.js # Run the built JavaScript with Node.
29+
node ./build/out/node/entry.js # Run the built JavaScript with Node.
3030
```

0 commit comments

Comments
 (0)