Actually fix build.sh
This commit is contained in:
parent
cdc386d8ba
commit
c1e1c8aa1a
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +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 # generate:layouts has to be run twice: the personal theme won't pick up all the layers otherwise
|
||||
npm run generate:layouts
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR - stopping the build"
|
||||
|
|
Loading…
Reference in a new issue