Document KEEP_MODULES
This commit is contained in:
parent
bfe731f4f3
commit
7cc16ceb3a
|
@ -13,6 +13,8 @@ main() {
|
||||||
-e HOME="/src/.home" \
|
-e HOME="/src/.home" \
|
||||||
-e USER="coder" \
|
-e USER="coder" \
|
||||||
-e GITHUB_TOKEN \
|
-e GITHUB_TOKEN \
|
||||||
|
-e KEEP_MODULES \
|
||||||
|
-e MINIFY \
|
||||||
-w /src \
|
-w /src \
|
||||||
-p 127.0.0.1:8080:8080 \
|
-p 127.0.0.1:8080:8080 \
|
||||||
-u "$(id -u):$(id -g)" \
|
-u "$(id -u):$(id -g)" \
|
||||||
|
|
|
@ -99,6 +99,13 @@ yarn test:standalone-release
|
||||||
yarn package
|
yarn package
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For a faster release build you can also run:
|
||||||
|
|
||||||
|
```
|
||||||
|
KEEP_MODULES=1 ./ci/steps/release.sh
|
||||||
|
node ./release
|
||||||
|
```
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
The `code-server` script serves an HTTP API to login and start a remote VS Code process.
|
The `code-server` script serves an HTTP API to login and start a remote VS Code process.
|
||||||
|
|
Loading…
Reference in New Issue