Merge branch 'master' into User-should-have-option-to-choose-name-for-exporting-project

This commit is contained in:
Piotr Pekala 2019-09-25 00:26:34 -07:00
commit 2d227bc05b

View File

@ -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"