fix: generate mssing out directory (#1117)

This commit is contained in:
Baptiste Augrain
2022-06-11 13:46:15 +02:00
committed by GitHub
parent 7313f3ad25
commit 112f730493

View File

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