From 3df81589404dd199efa3f75a1229f54bcc0f1890 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Thu, 15 Feb 2018 10:21:00 +0100 Subject: [PATCH] =?UTF-8?q?ref/=20derni=C3=A8re=20version=20cli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9964a2e..e9ee344 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /tmp /out-tsc /app-builds +main.js # dependencies /node_modules diff --git a/package.json b/package.json index 0acd9c9..c86b947 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "scripts": { "ng": "ng", "lint": "ng lint", - "start": "npm-run-all --parallel webpack:watch electron:serve", + "start": "tsc main.ts && npm-run-all --parallel webpack:watch electron:serve", "webpack:watch": "webpack --watch", "start:web": "webpack-dev-server --content-base . --port 4200 --inline", "build:electron:main": "tsc main.ts --outDir dist && copyfiles package.json dist && cd dist && npm install --prod && cd ..", @@ -52,7 +52,7 @@ "enhanced-resolve": "3.3.0", "rxjs": "5.5.2", "zone.js": "0.8.17", - "@angular/cli": "1.6.4", + "@angular/cli": "1.6.8", "@angular/compiler-cli": "5.2.5", "@angular/language-service": "5.2.5", "@types/core-js": "0.9.36",