feat: compile build dir before building editor

This commit is contained in:
Baptiste Augrain 2023-01-07 13:40:46 +01:00
parent 15addf4476
commit 57507e0abf

View file

@ -18,6 +18,9 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
cd vscode || { echo "'vscode' dir not found"; exit 1; }
# compile the `build` directory
yarn --cwd build compile
yarn monaco-compile-check
yarn valid-layers-check