Fix build

This commit is contained in:
Pieter Vander Vennet 2024-07-10 11:52:30 +02:00
parent 21f7cf2997
commit 493ae60e95

View file

@ -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 &&