20
20
"main" : " apps/example-app/src/main.ts" ,
21
21
"polyfills" : " apps/example-app/src/polyfills.ts" ,
22
22
"tsConfig" : " apps/example-app/tsconfig.app.json" ,
23
- "assets" : [
24
- " apps/example-app/src/favicon.ico" ,
25
- " apps/example-app/src/assets"
26
- ],
27
- "styles" : [
28
- " apps/example-app/src/styles.css"
29
- ],
23
+ "assets" : [" apps/example-app/src/favicon.ico" , " apps/example-app/src/assets" ],
24
+ "styles" : [" apps/example-app/src/styles.css" ],
30
25
"scripts" : [],
31
26
"vendorChunk" : true ,
32
27
"extractLicenses" : false ,
58
53
"buildOptimizer" : true
59
54
}
60
55
},
61
- "outputs" : [
62
- " {options.outputPath}"
63
- ]
56
+ "outputs" : [" {options.outputPath}" ]
64
57
},
65
58
"serve" : {
66
59
"builder" : " @angular-devkit/build-angular:dev-server" ,
97
90
"jestConfig" : " apps/example-app/jest.config.js" ,
98
91
"setupFile" : " apps/example-app/src/test-setup.ts"
99
92
},
100
- "outputs" : [
101
- " coverage/"
102
- ]
93
+ "outputs" : [" coverage/" ]
103
94
}
104
95
}
105
96
},
144
135
},
145
136
{
146
137
"command" : " cpy ./README.md ./dist/@testing-library/angular"
138
+ },
139
+ {
140
+ "command" : " cpy schematics/**/*.json ../../dist/@testing-library/angular --cwd=./projects/testing-library --parents"
147
141
}
148
142
]
149
143
}
154
148
"jestConfig" : " projects/testing-library/jest.config.js" ,
155
149
"setupFile" : " projects/testing-library/test-setup.ts"
156
150
},
157
- "outputs" : [
158
- " coverage/projects/testing-library"
159
- ]
151
+ "outputs" : [" coverage/projects/testing-library" ]
160
152
}
161
153
}
162
154
},
208
200
"jestConfig" : " projects/jest-utils/jest.config.js" ,
209
201
"setupFile" : " projects/jest-utils/test-setup.ts"
210
202
},
211
- "outputs" : [
212
- " coverage/projects/jest-utils"
213
- ]
203
+ "outputs" : [" coverage/projects/jest-utils" ]
214
204
}
215
205
}
216
206
}
217
207
}
218
- }
208
+ }
0 commit comments