Archived
1
0

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
This commit is contained in:
Anmol Sethi
2020-12-18 02:34:57 -05:00
parent 65ce3996ac
commit de112b15ed
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ main() {
pushd lib/vscode
git clean -xffd
git reset --hard
popd
}