|
15 | 15 | },
|
16 | 16 | "architect": {
|
17 | 17 | "build": {
|
18 |
| - "builder": "@nrwl/builders:web-build", |
| 18 | + "builder": "@nrwl/web:build", |
19 | 19 | "options": {
|
20 | 20 | "outputPath": "dist/apps/react-app",
|
21 | 21 | "index": "apps/react-app/src/index.html",
|
|
55 | 55 | }
|
56 | 56 | },
|
57 | 57 | "serve": {
|
58 |
| - "builder": "@nrwl/builders:web-dev-server", |
| 58 | + "builder": "@nrwl/web:dev-server", |
59 | 59 | "options": {
|
60 | 60 | "buildTarget": "react-app:build"
|
61 | 61 | },
|
|
72 | 72 | "apps/react-app/tsconfig.app.json",
|
73 | 73 | "apps/react-app/tsconfig.spec.json"
|
74 | 74 | ],
|
75 |
| - "exclude": ["**/node_modules/**"] |
| 75 | + "exclude": ["**/node_modules/**", "!apps/react-app/**"] |
76 | 76 | }
|
77 | 77 | },
|
78 | 78 | "test": {
|
79 |
| - "builder": "@nrwl/builders:jest", |
| 79 | + "builder": "@nrwl/jest:jest", |
80 | 80 | "options": {
|
81 | 81 | "jestConfig": "apps/react-app/jest.config.js",
|
82 | 82 | "tsConfig": "apps/react-app/tsconfig.spec.json"
|
|
90 | 90 | "prefix": "",
|
91 | 91 | "architect": {
|
92 | 92 | "e2e": {
|
93 |
| - "builder": "@nrwl/builders:cypress", |
| 93 | + "builder": "@nrwl/cypress:cypress", |
94 | 94 | "options": {
|
95 | 95 | "cypressConfig": "apps/react-app-e2e/cypress.json",
|
96 | 96 | "tsConfig": "apps/react-app-e2e/tsconfig.e2e.json",
|
|
106 | 106 | "builder": "@angular-devkit/build-angular:tslint",
|
107 | 107 | "options": {
|
108 | 108 | "tsConfig": "apps/react-app-e2e/tsconfig.e2e.json",
|
109 |
| - "exclude": ["**/node_modules/**"] |
| 109 | + "exclude": ["**/node_modules/**", "!apps/react-app-e2e/**"] |
110 | 110 | }
|
111 | 111 | }
|
112 | 112 | }
|
|
131 | 131 | "libs/test-react/tsconfig.lib.json",
|
132 | 132 | "libs/test-react/tsconfig.spec.json"
|
133 | 133 | ],
|
134 |
| - "exclude": ["**/node_modules/**"] |
| 134 | + "exclude": ["**/node_modules/**", "!libs/test-react/**"] |
135 | 135 | }
|
136 | 136 | },
|
137 | 137 | "test": {
|
138 |
| - "builder": "@nrwl/builders:jest", |
| 138 | + "builder": "@nrwl/jest:jest", |
139 | 139 | "options": {
|
140 | 140 | "jestConfig": "libs/test-react/jest.config.js",
|
141 | 141 | "tsConfig": "libs/test-react/tsconfig.spec.json"
|
|
226 | 226 | "apps/angular-app/tsconfig.app.json",
|
227 | 227 | "apps/angular-app/tsconfig.spec.json"
|
228 | 228 | ],
|
229 |
| - "exclude": ["**/node_modules/**"] |
| 229 | + "exclude": ["**/node_modules/**", "!apps/angular-app/**"] |
230 | 230 | }
|
231 | 231 | },
|
232 | 232 | "test": {
|
233 |
| - "builder": "@nrwl/builders:jest", |
| 233 | + "builder": "@nrwl/jest:jest", |
234 | 234 | "options": {
|
235 | 235 | "jestConfig": "apps/angular-app/jest.config.js",
|
236 | 236 | "tsConfig": "apps/angular-app/tsconfig.spec.json",
|
|
245 | 245 | "prefix": "",
|
246 | 246 | "architect": {
|
247 | 247 | "e2e": {
|
248 |
| - "builder": "@nrwl/builders:cypress", |
| 248 | + "builder": "@nrwl/cypress:cypress", |
249 | 249 | "options": {
|
250 | 250 | "cypressConfig": "apps/angular-app-e2e/cypress.json",
|
251 | 251 | "tsConfig": "apps/angular-app-e2e/tsconfig.e2e.json",
|
|
261 | 261 | "builder": "@angular-devkit/build-angular:tslint",
|
262 | 262 | "options": {
|
263 | 263 | "tsConfig": "apps/angular-app-e2e/tsconfig.e2e.json",
|
264 |
| - "exclude": ["**/node_modules/**"] |
| 264 | + "exclude": ["**/node_modules/**", "!apps/angular-app-e2e/**"] |
265 | 265 | }
|
266 | 266 | }
|
267 | 267 | }
|
|
272 | 272 | "typescriptMismatch": false,
|
273 | 273 | "versionMismatch": false
|
274 | 274 | },
|
275 |
| - "defaultCollection": "@nrwl/schematics" |
| 275 | + "defaultCollection": "@nrwl/angular" |
276 | 276 | },
|
277 | 277 | "schematics": {
|
278 | 278 | "@nrwl/schematics:application": {
|
|
0 commit comments