From 57507e0abfd94e29355487af52043f7f1ed9e3e3 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 7 Jan 2023 13:40:46 +0100 Subject: [PATCH] feat: compile build dir before building editor --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 19d6b31..1e94da9 100755 --- a/build.sh +++ b/build.sh @@ -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