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

View File

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