Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2022-02-24 03:09:34 +01:00
commit 80c24bddca
14 changed files with 97 additions and 60 deletions

View file

@ -11,8 +11,9 @@ mkdir dist/assets 2> /dev/null
# 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 generate:layeroverview && # generate:layeroverview has to be run twice: the personal theme won't pick up all the layers otherwise
npm run test &&
npm run generate:layouts
npm run generate:layouts
if [ $? -ne 0 ]; then
echo "ERROR - stopping the build"