Archived
1
0

Simplify packaging and improve scripts

Much better test now as well.
This commit is contained in:
Anmol Sethi
2020-05-08 00:34:20 -04:00
parent bc453b5f0d
commit 6282cd7e7b
13 changed files with 100 additions and 102 deletions

View File

@ -1,10 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
# This script requires code-server and vscode to be built with matching MINIFY.
# This script requires vscode to be built with matching MINIFY.
# MINIFY controls whether minified vscode is bundled and whether
# any included node_modules are pruned for production.
# MINIFY controls whether minified vscode is bundled.
MINIFY="${MINIFY-true}"
main() {