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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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