Build command updated

This commit is contained in:
Piotr Pekala 2019-09-25 05:23:10 -07:00
parent 68453092b2
commit 5d8d2a3c2b
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ install:
- yarn install
build_script:
- node --max-old-space-size=8192
- 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": "ng build --configuration=electronProd",
"buildforelectron": "node --max_old_space_size=8192 ng build --configuration=electronProd",
"buildforgithub": "ng build --configuration=githubProd",
"test": "ng test",
"lint": "ng lint",