Skip to content

Commit de112b1

Browse files
committed
clean.sh: Do not reset lib/vscode
Now that we've moved to the submodule, there is no need to reset changes in there :) cc @jsjoeio
1 parent 65ce399 commit de112b1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ci/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ You can disable minification by setting `MINIFY=`.
8181
- Will build a standalone release with node and node_modules bundled into `./release-standalone`.
8282
- [./ci/build/clean.sh](./build/clean.sh) (`yarn clean`)
8383
- Removes all build artifacts.
84-
- Will also `git reset --hard lib/vscode`.
8584
- Useful to do a clean build.
8685
- [./ci/build/code-server.sh](./build/code-server.sh)
8786
- Copied into standalone releases to run code-server with the bundled node binary.

ci/build/clean.sh

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ main() {
99

1010
pushd lib/vscode
1111
git clean -xffd
12-
git reset --hard
1312
popd
1413
}
1514

0 commit comments

Comments
 (0)