Fixed electron command
This commit is contained in:
parent
8def0ebc7a
commit
ae4d1922be
@ -6,7 +6,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --host 0.0.0.0",
|
"start": "ng serve --host 0.0.0.0",
|
||||||
"build": "ng build --configuration=production",
|
"build": "ng build --configuration=production",
|
||||||
"electron": "ng build --base-href=\"./\" && electron .",
|
"run-electron": "ng build --base-href=\"./\" && electron ./public/index.html",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
Loading…
Reference in New Issue
Block a user