diff --git a/package.json b/package.json index fec1dac..86bb4a9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build --configuration=production", - "electron": "ng build --base-href=\"./\" && electron .", + "run-electron": "ng build --base-href=\"./\" && electron ./public/index.html", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"