Fix: add extra refresh:layeroverview in order to fix the favourites theme icons

This commit is contained in:
Pieter Vander Vennet 2023-12-05 16:25:32 +01:00
parent afbb39b9ea
commit c65ccdbc24

View file

@ -15,6 +15,7 @@ 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 &&
npm run generate:layouts
if [ $? -ne 0 ]; then