From 112f7304931048a68b01879597ea05dce57aa82f Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 11 Jun 2022 13:46:15 +0200 Subject: [PATCH] fix: generate mssing `out` directory (#1117) --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f6c6f08..676fc3d 100755 --- a/build.sh +++ b/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