Explorar o código

fix: generate mssing `out` directory (#1117)

Baptiste Augrain %!s(int64=3) %!d(string=hai) anos
pai
achega
112f730493
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build.sh

+ 1 - 0
build.sh

@@ -76,6 +76,7 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
   fi
 
   if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
+    yarn gulp minify-vscode-reh
     yarn gulp "vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}-min-ci"
   fi