We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ce399 commit de112b1Copy full SHA for de112b1
ci/README.md
@@ -81,7 +81,6 @@ You can disable minification by setting `MINIFY=`.
81
- Will build a standalone release with node and node_modules bundled into `./release-standalone`.
82
- [./ci/build/clean.sh](./build/clean.sh) (`yarn clean`)
83
- Removes all build artifacts.
84
- - Will also `git reset --hard lib/vscode`.
85
- Useful to do a clean build.
86
- [./ci/build/code-server.sh](./build/code-server.sh)
87
- Copied into standalone releases to run code-server with the bundled node binary.
ci/build/clean.sh
@@ -9,7 +9,6 @@ main() {
9
10
pushd lib/vscode
11
git clean -xffd
12
- git reset --hard
13
popd
14
}
15
0 commit comments