mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-10 03:49:53 +00:00
Update build for production in package.json
This commit is contained in:
parent
c12167379d
commit
386c98d677
@ -17,7 +17,7 @@
|
||||
"start": "ng serve",
|
||||
"startforelectron": "ng serve --configuration=electronDev",
|
||||
"build": "ng build",
|
||||
"buildforproduction": "ng build --source-map=false --build-optimizer --configuration=production --base-href /static/web-ui/",
|
||||
"buildforproduction": "ng build --source-map=false --configuration=production --base-href /static/web-ui/",
|
||||
"buildforelectron": "ng build --configuration=electronProd",
|
||||
"buildforgithub": "ng build --configuration=githubProd",
|
||||
"test": "ng test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user