We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71ce56 commit d6f1d7fCopy full SHA for d6f1d7f
ci/README.md
@@ -79,7 +79,6 @@ You can disable minification by setting `MINIFY=`.
79
- Will build a standalone release with node and node_modules bundled into `./release-standalone`.
80
- [./ci/build/clean.sh](./build/clean.sh) (`yarn clean`)
81
- Removes all build artifacts.
82
- - Will also `git reset --hard lib/vscode`.
83
- Useful to do a clean build.
84
- [./ci/build/code-server.sh](./build/code-server.sh)
85
- 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