forked from MapComplete/MapComplete
Attempt to fix build
This commit is contained in:
parent
f7ed2d7c54
commit
cc9ce60293
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export NODE_OPTIONS="--max-old-space-size=16384"
|
|||
npm run generate:editor-layer-index &&
|
||||
npm run prep:layeroverview &&
|
||||
npm run generate && # includes a single "refresh:layeroverview". Resetting the files is unnecessary as they are not in there in the first place
|
||||
npm run refresh:layeroverview # run refresh:layeroverview a second time to propagate all calls
|
||||
npm run refresh:layeroverview && # run refresh:layeroverview a second time to propagate all calls
|
||||
npm run generate:layouts
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR - stopping the build"
|
||||
|
|
Loading…
Reference in a new issue