From bdb07155d6be8f7b868b6c50f843ae47b48c5519 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 28 Oct 2022 04:03:34 +0200 Subject: [PATCH] Attempt to fix missing build artefacts --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 522a6919e..cf9501a4b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -14,6 +14,7 @@ npm run generate:editor-layer-index && npm run generate && npm run generate:translations && npm run test && +npm run generate:layeroverview && npm run generate:layouts if [ $? -ne 0 ]; then