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",