File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 7
7
"tags" : [],
8
8
"implicitDependencies" : [" nx-angular-mf" ],
9
9
"targets" : {
10
- "build-test " : {
10
+ "build" : {
11
11
"dependsOn" : [" ^build" ],
12
12
"executor" : " ./dist/libs/nx-angular-mf:build" ,
13
- "outputs" : [" {options.outputPath}" ]
14
- },
15
- "serve-test" : {
16
- "dependsOn" : [" ^build" ],
17
- "executor" : " ./dist/libs/nx-angular-mf:serve" ,
18
- "outputs" : [" {options.outputPath}" ]
19
- },
20
- "build" : {
21
- "executor" : " @angular-devkit/build-angular:application" ,
22
13
"outputs" : [" {options.outputPath}" ],
23
14
"options" : {
24
15
"outputPath" : " dist/apps/host-application" ,
65
56
"defaultConfiguration" : " production"
66
57
},
67
58
"serve" : {
68
- "executor" : " @angular-devkit/build-angular:dev-server" ,
59
+ "dependsOn" : [" ^build" ],
60
+ "executor" : " ./dist/libs/nx-angular-mf:serve" ,
69
61
"configurations" : {
70
62
"production" : {
71
63
"buildTarget" : " host-application:build:production"
You can’t perform that action at this time.
0 commit comments