瀏覽代碼

(experiment) get build order proper

Peter Squicciarini 4 年之前
父節點
當前提交
d8f341db38
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      build.sh

+ 2 - 1
build.sh

@@ -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 &