From 9aa21e2759c524ad705b0d26c1522bd0314f7078 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 30 Dec 2023 16:41:39 +0100 Subject: [PATCH] Fix build: add mapcomplete-changes --- scripts/prepare-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-build.sh b/scripts/prepare-build.sh index 125003744..8b35f308e 100755 --- a/scripts/prepare-build.sh +++ b/scripts/prepare-build.sh @@ -16,9 +16,9 @@ export NODE_OPTIONS="--max-old-space-size=16384" npm run generate:editor-layer-index && npm run prep:layeroverview && npm run generate && # includes a single "refresh:layeroverview". Resetting the files is unnecessary as they are not in there in the first place +npm run generate:mapcomplete-changes-theme && npm run refresh:layeroverview && # run refresh:layeroverview a second time to propagate all calls npm run refresh:layeroverview && # run refresh:layeroverview a third time to fix some issues with the favourite layer all calls -npm run generate:mapcomplete-changes-theme && npm run generate:layouts