Add `yarn vscode` step to build instructions

This commit is contained in:
Asher 2020-02-26 14:48:08 -06:00
parent 07fcf1be7a
commit a2639ac617
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 2 additions and 1 deletions

View File

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