mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
Build command updated
This commit is contained in:
parent
68453092b2
commit
5d8d2a3c2b
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user