Small fixes

This commit is contained in:
Pieter Vander Vennet 2022-02-22 18:51:34 +01:00
parent b5e5179643
commit cdc386d8ba
3 changed files with 10 additions and 30 deletions

View file

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