diff --git a/scripts/build.sh b/scripts/build.sh index 697ddff4a..bfae826c2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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