|
11 | 11 | "builder": "@nrwl/angular:package",
|
12 | 12 | "options": {
|
13 | 13 | "tsConfig": "libs/router/tsconfig.lib.json",
|
14 |
| - "project": "libs/router/ng-package.json" |
| 14 | + "project": "libs/router/ng-package.json", |
| 15 | + "buildableProjectDepsInPackageJsonType": "dependencies" |
15 | 16 | },
|
16 | 17 | "configurations": {
|
17 | 18 | "production": {
|
|
47 | 48 | "builder": "@nrwl/jest:jest",
|
48 | 49 | "options": {
|
49 | 50 | "jestConfig": "libs/router/jest.config.js",
|
50 |
| - "tsConfig": "libs/router/tsconfig.spec.json", |
51 |
| - "passWithNoTests": true, |
52 |
| - "setupFile": "libs/router/src/test-setup.ts" |
53 |
| - } |
| 51 | + "setupFile": "libs/router/src/test-setup.ts", |
| 52 | + "passWithNoTests": true |
| 53 | + }, |
| 54 | + "outputs": ["coverage/libs/router"] |
54 | 55 | }
|
55 | 56 | },
|
56 | 57 | "schematics": {}
|
|
89 | 90 | "optimization": true,
|
90 | 91 | "outputHashing": "all",
|
91 | 92 | "sourceMap": false,
|
92 |
| - "extractCss": true, |
93 | 93 | "namedChunks": false,
|
94 | 94 | "extractLicenses": true,
|
95 | 95 | "vendorChunk": false,
|
|
107 | 107 | }
|
108 | 108 | ]
|
109 | 109 | }
|
110 |
| - } |
| 110 | + }, |
| 111 | + "outputs": ["{options.outputPath}"] |
111 | 112 | },
|
112 | 113 | "serve": {
|
113 | 114 | "builder": "@angular-devkit/build-angular:dev-server",
|
|
140 | 141 | "builder": "@nrwl/jest:jest",
|
141 | 142 | "options": {
|
142 | 143 | "jestConfig": "apps/example-app/jest.config.js",
|
143 |
| - "tsConfig": "apps/example-app/tsconfig.spec.json", |
144 |
| - "passWithNoTests": true, |
145 |
| - "setupFile": "apps/example-app/src/test-setup.ts" |
146 |
| - } |
| 144 | + "passWithNoTests": true |
| 145 | + }, |
| 146 | + "outputs": ["coverage/apps/example-app"] |
147 | 147 | }
|
148 | 148 | }
|
149 | 149 | },
|
|
208 | 208 | "optimization": true,
|
209 | 209 | "outputHashing": "all",
|
210 | 210 | "sourceMap": false,
|
211 |
| - "extractCss": true, |
212 | 211 | "namedChunks": false,
|
213 | 212 | "extractLicenses": true,
|
214 | 213 | "vendorChunk": false,
|
|
226 | 225 | }
|
227 | 226 | ]
|
228 | 227 | }
|
229 |
| - } |
| 228 | + }, |
| 229 | + "outputs": ["{options.outputPath}"] |
230 | 230 | },
|
231 | 231 | "serve": {
|
232 | 232 | "builder": "@angular-devkit/build-angular:dev-server",
|
|
259 | 259 | "builder": "@nrwl/jest:jest",
|
260 | 260 | "options": {
|
261 | 261 | "jestConfig": "apps/recursive-routes/jest.config.js",
|
262 |
| - "tsConfig": "apps/recursive-routes/tsconfig.spec.json", |
263 |
| - "passWithNoTests": true, |
264 |
| - "setupFile": "apps/recursive-routes/src/test-setup.ts" |
265 |
| - } |
| 262 | + "passWithNoTests": true |
| 263 | + }, |
| 264 | + "outputs": ["coverage/apps/recursive-routes"] |
266 | 265 | }
|
267 | 266 | }
|
268 | 267 | },
|
|
327 | 326 | "optimization": true,
|
328 | 327 | "outputHashing": "all",
|
329 | 328 | "sourceMap": false,
|
330 |
| - "extractCss": true, |
331 | 329 | "namedChunks": false,
|
332 | 330 | "extractLicenses": true,
|
333 | 331 | "vendorChunk": false,
|
|
345 | 343 | }
|
346 | 344 | ]
|
347 | 345 | }
|
348 |
| - } |
| 346 | + }, |
| 347 | + "outputs": ["{options.outputPath}"] |
349 | 348 | },
|
350 | 349 | "serve": {
|
351 | 350 | "builder": "@angular-devkit/build-angular:dev-server",
|
|
378 | 377 | "builder": "@nrwl/jest:jest",
|
379 | 378 | "options": {
|
380 | 379 | "jestConfig": "apps/responsive-app/jest.config.js",
|
381 |
| - "tsConfig": "apps/responsive-app/tsconfig.spec.json", |
382 |
| - "passWithNoTests": true, |
383 |
| - "setupFile": "apps/responsive-app/src/test-setup.ts" |
384 |
| - } |
| 380 | + "passWithNoTests": true |
| 381 | + }, |
| 382 | + "outputs": ["coverage/apps/responsive-app"] |
385 | 383 | }
|
386 | 384 | }
|
387 | 385 | },
|
|
446 | 444 | "optimization": true,
|
447 | 445 | "outputHashing": "all",
|
448 | 446 | "sourceMap": false,
|
449 |
| - "extractCss": true, |
450 | 447 | "namedChunks": false,
|
451 | 448 | "extractLicenses": true,
|
452 | 449 | "vendorChunk": false,
|
|
464 | 461 | }
|
465 | 462 | ]
|
466 | 463 | }
|
467 |
| - } |
| 464 | + }, |
| 465 | + "outputs": ["{options.outputPath}"] |
468 | 466 | },
|
469 | 467 | "serve": {
|
470 | 468 | "builder": "@angular-devkit/build-angular:dev-server",
|
|
497 | 495 | "builder": "@nrwl/jest:jest",
|
498 | 496 | "options": {
|
499 | 497 | "jestConfig": "apps/route-restrictions/jest.config.js",
|
500 |
| - "tsConfig": "apps/route-restrictions/tsconfig.spec.json", |
501 |
| - "passWithNoTests": true, |
502 |
| - "setupFile": "apps/route-restrictions/src/test-setup.ts" |
503 |
| - } |
| 498 | + "passWithNoTests": true |
| 499 | + }, |
| 500 | + "outputs": ["coverage/apps/route-restrictions"] |
504 | 501 | }
|
505 | 502 | }
|
506 | 503 | },
|
|
0 commit comments