Fix for appveyor

This commit is contained in:
Piotr Pekala 2019-09-26 13:16:43 -07:00
parent bb11e88f13
commit c1c679593e
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ install:
- yarn install
build_script:
- cmd: set NODE_OPTIONS=--max-old-space-size=1028
- yarn buildforelectron
- "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt"
- "%PYTHON%\\python.exe scripts\\build.py download -a"

View File

@ -17,7 +17,7 @@
"start": "ng serve",
"startforelectron": "ng serve --configuration=electronDev",
"build": "ng build",
"buildforelectron": "node --max_old_space_size=8192 ng build --configuration=electronProd",
"buildforelectron": "ng build --configuration=electronProd",
"buildforgithub": "ng build --configuration=githubProd",
"test": "ng test",
"lint": "ng lint",