From a2639ac617b43f00ba756df39d40f0050271aec1 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 26 Feb 2020 14:48:08 -0600 Subject: [PATCH] Add `yarn vscode` step to build instructions --- doc/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 0a3bda87..935994f3 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. ```