Attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2023-12-06 03:25:04 +01:00
parent 90794f7244
commit 2c07b9544a
3 changed files with 23 additions and 24 deletions

View file

@ -15,7 +15,6 @@ 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 generate &&
npm run refresh:layeroverview && # an extra refersh is needed, as the favourites layer won't have expanded icons otherwise
npm run generate:layouts
if [ $? -ne 0 ]; then