From 493ae60e95118550eab45349486eb043a685db17 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 10 Jul 2024 11:52:30 +0200 Subject: [PATCH] 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 0e387bb626..61eeb9314a 100755 --- a/scripts/prepare-build.sh +++ b/scripts/prepare-build.sh @@ -13,7 +13,7 @@ mkdir dist/assets 2> /dev/null 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 download: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 &&