diff --git a/.appveyor.yml b/.appveyor.yml index 494ac9be..816f1047 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ install: - yarn install build_script: - - node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng build --prod + - node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build --prod - yarn buildforelectron - "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt" - "%PYTHON%\\python.exe scripts\\build.py download -a"