diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 0a3bda87d..935994f37 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -24,6 +24,7 @@ works internally. ```shell yarn +yarn vscode yarn build -node build/out/entry.js # Run the built JavaScript with Node. +node ./build/out/entry.js # Run the built JavaScript with Node. ```