Archived
1
0

Document KEEP_MODULES

This commit is contained in:
Anmol Sethi
2020-10-07 13:26:57 -04:00
parent bfe731f4f3
commit 7cc16ceb3a
2 changed files with 9 additions and 0 deletions

View File

@ -99,6 +99,13 @@ yarn test:standalone-release
yarn package
```
For a faster release build you can also run:
```
KEEP_MODULES=1 ./ci/steps/release.sh
node ./release
```
## Structure
The `code-server` script serves an HTTP API to login and start a remote VS Code process.