We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853c228 commit 39fb6ecCopy full SHA for 39fb6ec
angular.json
@@ -44,7 +44,7 @@
44
}
45
46
},
47
- "integration": {
+ "app": {
48
"root": "",
49
"sourceRoot": "integration",
50
"projectType": "application",
@@ -106,18 +106,18 @@
106
"serve": {
107
"builder": "@angular-devkit/build-angular:dev-server",
108
"options": {
109
- "browserTarget": "integration:build"
+ "browserTarget": "app:build"
110
111
"configurations": {
112
"production": {
113
- "browserTarget": "integration:build:production"
+ "browserTarget": "app:build:production"
114
115
116
117
"extract-i18n": {
118
"builder": "@angular-devkit/build-angular:extract-i18n",
119
120
121
122
123
"test": {
0 commit comments