Add `yarn vscode` step to build instructions
This commit is contained in:
parent
07fcf1be7a
commit
a2639ac617
|
@ -24,6 +24,7 @@ works internally.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn
|
yarn
|
||||||
|
yarn vscode
|
||||||
yarn build
|
yarn build
|
||||||
node build/out/entry.js # Run the built JavaScript with Node.
|
node ./build/out/entry.js # Run the built JavaScript with Node.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue