removed unused config in ng test and cleaned angular.json

This commit is contained in:
piratefinn 2018-06-05 13:47:02 +01:00
parent 4d34e5c0f2
commit ee0daa2d57
2 changed files with 2 additions and 4 deletions

View file

@ -158,9 +158,7 @@
"configurations": {
"local": {
"devServerTarget": "coreui-angular:serve:local"
}
},
"configurations": {
"ci": {
"devServerTarget": "coreui-angular:serve:ci"
}

View file

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