Archived
1
0

Use static version of node for all builds, not just darwin

This way, building a standalone release locally and putting it in the
release contianer for testing is less likely to break.
This commit is contained in:
Anmol Sethi
2020-08-26 13:14:30 -04:00
parent 4c4a7413a1
commit 4b7c2ea322
2 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,8 @@ main() {
release-gcp \
release-images \
dist \
.cache
.cache \
node-*
pushd lib/vscode
git clean -xffd