From 664ef17af893b844f12348e6567b0af1e497e7bb Mon Sep 17 00:00:00 2001 From: Maksim Ryzhikov Date: Mon, 23 Mar 2020 12:26:54 +0300 Subject: [PATCH] Fix documentation for build process --- doc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 935994f3..3f823a23 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -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. ```