From 13a35b94202ef775598fc7130b60b8839cef514a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 15 Jul 2023 19:17:19 +0200 Subject: [PATCH] Fix: re-enable generate command --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 6032bfa87d..36fabab42b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,7 +13,7 @@ export NODE_OPTIONS="--max-old-space-size=8192" # This script ends every line with '&&' to chain everything. A failure will thus stop the build npm run generate:editor-layer-index && -# npm run generate && +npm run generate && npm run generate:layouts if [ $? -ne 0 ]; then