mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-25 05:19:43 +00:00
Build command updated
This commit is contained in:
parent
68453092b2
commit
5d8d2a3c2b
@ -18,7 +18,6 @@ install:
|
|||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- node --max-old-space-size=8192
|
|
||||||
- yarn buildforelectron
|
- yarn buildforelectron
|
||||||
- "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt"
|
- "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt"
|
||||||
- "%PYTHON%\\python.exe scripts\\build.py download -a"
|
- "%PYTHON%\\python.exe scripts\\build.py download -a"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"startforelectron": "ng serve --configuration=electronDev",
|
"startforelectron": "ng serve --configuration=electronDev",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"buildforelectron": "ng build --configuration=electronProd",
|
"buildforelectron": "node --max_old_space_size=8192 ng build --configuration=electronProd",
|
||||||
"buildforgithub": "ng build --configuration=githubProd",
|
"buildforgithub": "ng build --configuration=githubProd",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user