Attempt to fix the build

This commit is contained in:
Pieter Vander Vennet 2023-02-10 15:02:43 +01:00
parent 1338f06c5d
commit 909c3bc3f8

View file

@ -9,6 +9,8 @@ rm -rf .cache
mkdir dist 2> /dev/null
mkdir dist/assets 2> /dev/null
export NODE_OPTIONS="--max-old-space-size=8192"
# 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 &&