File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
build_angular/hello-world-app
build_ng_packagr/ng-packaged Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"newProjectRoot" : " ./projects" ,
5
5
"cli" : {},
6
6
"schematics" : {},
7
- "architect " : {},
7
+ "targets " : {},
8
8
"projects" : {
9
9
"app" : {
10
10
"root" : " src" ,
11
11
"sourceRoot" : " src" ,
12
12
"projectType" : " application" ,
13
13
"prefix" : " app" ,
14
14
"schematics" : {},
15
- "architect " : {
15
+ "targets " : {
16
16
"build" : {
17
17
"builder" : " ../../../../packages/angular_devkit/build_angular:browser" ,
18
18
"options" : {
138
138
"app-e2e" : {
139
139
"root" : " e2e" ,
140
140
"projectType" : " application" ,
141
- "architect " : {
141
+ "targets " : {
142
142
"e2e" : {
143
143
"builder" : " ../../../../packages/angular_devkit/build_angular:protractor" ,
144
144
"options" : {
Original file line number Diff line number Diff line change 5
5
"lib" : {
6
6
"root" : " projects/lib" ,
7
7
"projectType" : " library" ,
8
- "architect " : {
8
+ "targets " : {
9
9
"build" : {
10
10
"builder" : " ../../../../packages/angular_devkit/build_ng_packagr:build" ,
11
11
"options" : {
Original file line number Diff line number Diff line change 4
4
"newProjectRoot" : " ./projects" ,
5
5
"cli" : {},
6
6
"schematics" : {},
7
- "architect " : {},
7
+ "targets " : {},
8
8
"projects" : {
9
9
"app" : {
10
10
"root" : " src" ,
11
11
"sourceRoot" : " src" ,
12
12
"projectType" : " application" ,
13
13
"schematics" : {},
14
- "architect " : {
14
+ "targets " : {
15
15
"build-webpack" : {
16
16
"builder" : " ../../../../packages/angular_devkit/build_webpack:webpack" ,
17
17
"options" : {
Original file line number Diff line number Diff line change 4
4
"newProjectRoot" : " ./projects" ,
5
5
"cli" : {},
6
6
"schematics" : {},
7
- "architect " : {},
7
+ "targets " : {},
8
8
"projects" : {
9
9
"app" : {
10
10
"root" : " src" ,
11
11
"sourceRoot" : " src" ,
12
12
"projectType" : " application" ,
13
13
"schematics" : {},
14
- "architect " : {
14
+ "targets " : {
15
15
"build" : {
16
16
"builder" : " ../../../../packages/angular_devkit/build_webpack:webpack" ,
17
17
"options" : {
You can’t perform that action at this time.
0 commit comments