removed unused config in ng test and cleaned angular.json
This commit is contained in:
parent
4d34e5c0f2
commit
ee0daa2d57
2 changed files with 2 additions and 4 deletions
|
@ -158,9 +158,7 @@
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"local": {
|
"local": {
|
||||||
"devServerTarget": "coreui-angular:serve:local"
|
"devServerTarget": "coreui-angular:serve:local"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
"ci": {
|
||||||
"devServerTarget": "coreui-angular:serve:ci"
|
"devServerTarget": "coreui-angular:serve:ci"
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"test:ci": "ng test --watch=false --configuration=ci",
|
"test:ci": "ng test --watch=false",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"e2e:ci": "ng e2e --configuration=ci",
|
"e2e:ci": "ng e2e --configuration=ci",
|
||||||
|
|
Reference in a new issue