@@ -75,19 +75,19 @@ You can disable minification by setting `MINIFY=`.
7575 - Builds vscode into ` ./lib/vscode/out-vscode ` .
7676- [ ./ci/build/build-release.sh] ( ./build/build-release.sh ) (` yarn release ` )
7777 - Bundles the output of the above two scripts into a single node module at ` ./release ` .
78- - [ ./ci/build/build-binary -release.sh] ( ./build/build-binary -release.sh ) (` yarn release:binary ` )
78+ - [ ./ci/build/build-standalone -release.sh] ( ./build/build-standalone -release.sh ) (` yarn release:standalone ` )
7979 - Requires a node module already built into ` ./release ` with the above script.
80- - Will build a binary release with node and node_modules bundled into ` ./release-binary ` .
80+ - Will build a standalone release with node and node_modules bundled into ` ./release-standalone ` .
8181- [ ./ci/build/clean.sh] ( ./build/clean.sh ) (` yarn clean ` )
8282 - Removes all build artifacts.
8383 - Will also ` git reset --hard lib/vscode ` .
8484 - Useful to do a clean build.
8585- [ ./ci/build/code-server.sh] ( ./build/code-server.sh )
86- - Copied into binary releases to run code-server with the bundled node binary.
87- - [ ./ci/build/test-binary -release.sh] ( ./build/test-binary -release.sh ) (` yarn test:binary -release ` )
88- - Ensures code-server in the ` ./release-binary ` directory works by installing an extension.
86+ - Copied into standalone releases to run code-server with the bundled node binary.
87+ - [ ./ci/build/test-standalone -release.sh] ( ./build/test-standalone -release.sh ) (` yarn test:standalone -release ` )
88+ - Ensures code-server in the ` ./release-standalone ` directory works by installing an extension.
8989- [ ./ci/build/build-packages.sh] ( ./build/build-packages.sh ) (` yarn package ` )
90- - Packages ` ./release-binary ` into a ` .tar.gz ` archive in ` ./release-packages ` .
90+ - Packages ` ./release-standalone ` into a ` .tar.gz ` archive in ` ./release-packages ` .
9191 - If on linux, [ nfpm] ( https://github.com/goreleaser/nfpm ) is used to generate ` .deb ` and ` .rpm ` .
9292- [ ./ci/build/nfpm.yaml] ( ./build/nfpm.yaml )
9393 - Used to configure [ nfpm] ( https://github.com/goreleaser/nfpm ) to generate ` .deb ` and ` .rpm ` .
@@ -131,9 +131,9 @@ Helps avoid clobbering the CI configuration.
131131- [ ./steps/release.sh] ( ./steps/release.sh )
132132 - Runs the release process.
133133 - Generates the npm package at ` ./release ` .
134- - [ ./steps/release-binary .sh] ( ./steps/release-binary .sh )
135- - Takes the output of the previous script and generates a binary release and
136- release packages into ` release-packages ` .
134+ - [ ./steps/release-packages .sh] ( ./steps/release-packages .sh )
135+ - Takes the output of the previous script and generates a standalone release and
136+ release packages into ` ./ release-packages` .
137137- [ ./steps/publish-npm.sh] ( ./steps/publish-npm.sh )
138138 - Grabs the ` npm-package ` release artifact for the current commit and publishes it on npm.
139139- [ ./steps/build-docker-image.sh] ( ./steps/build-docker-image.sh )
0 commit comments