Scripts: actually stop the build if the layer contains an error

This commit is contained in:
Pieter Vander Vennet 2025-03-30 23:41:01 +02:00
parent 94412c996b
commit 2fdec3769a
3 changed files with 6 additions and 8 deletions

View file

@ -22,7 +22,6 @@ npm run generate && # includes a single "refresh:layeroverview". Resetting the f
npm run generate:mapcomplete-changes-theme &&
npm run refresh:layeroverview && # a second time to propagate all calls
npm run refresh:layeroverview && # a third time to fix some issues with the favourite layer all calls
npm run generate:layouts
if [ $? -ne 0 ]; then