forked from MapComplete/MapComplete
Attempt to fix the build
This commit is contained in:
parent
1338f06c5d
commit
909c3bc3f8
1 changed files with 2 additions and 0 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue