Fix the clean script

🤦
This commit is contained in:
Anmol Sethi 2020-10-07 17:28:13 -04:00
parent 3e28ab85a0
commit febf4ead96
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 1 additions and 12 deletions

View File

@ -5,18 +5,7 @@ main() {
cd "$(dirname "${0}")/../.."
source ./ci/lib.sh
rm -rf \
out \
release \
release-standalone \
release-packages \
release-gcp \
release-images \
dist \
.cache \
node-* \
.home \
lib/coder-cloud-agent
git clean -Xffd
pushd lib/vscode
git clean -xffd