From ee0daa2d57a6572a5130a131b7e9d5a16e8de882 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Tue, 5 Jun 2018 13:47:02 +0100 Subject: [PATCH] removed unused config in ng test and cleaned angular.json --- angular.json | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/angular.json b/angular.json index 4c3e265..154fd4c 100644 --- a/angular.json +++ b/angular.json @@ -158,9 +158,7 @@ "configurations": { "local": { "devServerTarget": "coreui-angular:serve:local" - } - }, - "configurations": { + }, "ci": { "devServerTarget": "coreui-angular:serve:ci" } diff --git a/package.json b/package.json index f9be742..5bc8668 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "ng serve", "build": "ng build", "test": "ng test", - "test:ci": "ng test --watch=false --configuration=ci", + "test:ci": "ng test --watch=false", "lint": "ng lint", "e2e": "ng e2e", "e2e:ci": "ng e2e --configuration=ci",