From 7e6b96080d3eb17e7d43f5007ad736c4c185917d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 12 Mar 2024 17:06:15 +0100 Subject: [PATCH] Attempt to fix build --- 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 8b35f308e..fdb4c0c49 100755 --- a/scripts/prepare-build.sh +++ b/scripts/prepare-build.sh @@ -18,7 +18,7 @@ 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 refresh:layeroverview && npm run refresh:layeroverview && # run refresh:layeroverview a third and fourth time to fix some issues with the favourite layer all calls npm run generate:layouts