Fixed electron command

This commit is contained in:
Zakary Timson 2019-03-24 13:06:53 -04:00
parent 8def0ebc7a
commit ae4d1922be

View File

@ -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"