From c65ccdbc240ad5406189e48bd92c40569d19bc3c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 5 Dec 2023 16:25:32 +0100 Subject: [PATCH] Fix: add extra refresh:layeroverview in order to fix the favourites theme icons --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 697ddff4a..bfae826c2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -15,6 +15,7 @@ export NODE_OPTIONS="--max-old-space-size=16384" # 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 refresh:layeroverview && npm run generate:layouts if [ $? -ne 0 ]; then