mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Add yarn vscode step to build instructions
This commit is contained in:
parent
07fcf1be7a
commit
a2639ac617
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue