(experiment) get build order proper

This commit is contained in:
Peter Squicciarini 2020-09-15 09:54:37 -07:00
parent aae9794677
commit d8f341db38
No known key found for this signature in database
GPG key ID: 08B897BCAB6763CB

View file

@ -18,13 +18,14 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
# export npm_config_target_arch="$BUILDARCH"
# ./prepare_vscode.sh
cd vscode || exit
yarn --version
node --version
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
yarn postinstall
cd vscode || exit
# these tasks are very slow, so using a keep alive to keep travis alive
keep_alive &