diff --git a/package.json b/package.json index ab739d2..4a857c6 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build:app:electron": "ng build ---baseHref=./ --outputPath=../dist/odds-crawler-frontend-app", "build:library": "ng build odds-crawler-frontend-common && npm-run-all -s build:library:*", "build:library:layout": "ng build odds-crawler-frontend-layout", "build:library:network": "ng build odds-crawler-frontend-network",