From ae4d1922be606b10c4aa437b5fcf22a4e2d39dc2 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 24 Mar 2019 13:06:53 -0400 Subject: [PATCH] Fixed electron command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"