Fixed electron command
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user