forked from MapComplete/MapComplete
Fix: add extra refresh:layeroverview in order to fix the favourites theme icons
This commit is contained in:
parent
afbb39b9ea
commit
c65ccdbc24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue