|
1 | 1 | {
|
2 | 2 | "version": 1,
|
3 |
| - "cli": { |
4 |
| - "analytics": "dd09100e-b7fd-414b-9917-44fd79f74f98", |
5 |
| - "defaultCollection": "@nrwl/angular" |
6 |
| - }, |
7 |
| - "defaultProject": "showcase", |
8 |
| - "schematics": { |
9 |
| - "@nrwl/angular": { |
10 |
| - "application": { |
11 |
| - "linter": "eslint" |
12 |
| - }, |
13 |
| - "library": { |
14 |
| - "linter": "eslint" |
15 |
| - }, |
16 |
| - "storybook-configuration": { |
17 |
| - "linter": "eslint" |
18 |
| - } |
19 |
| - }, |
20 |
| - "@nrwl/angular:application": { |
21 |
| - "style": "scss", |
22 |
| - "linter": "eslint", |
23 |
| - "unitTestRunner": "jest", |
24 |
| - "e2eTestRunner": "cypress" |
25 |
| - }, |
26 |
| - "@nrwl/angular:library": { |
27 |
| - "style": "scss", |
28 |
| - "linter": "eslint", |
29 |
| - "unitTestRunner": "jest" |
30 |
| - }, |
31 |
| - "@nrwl/angular:component": { |
32 |
| - "style": "scss" |
33 |
| - } |
34 |
| - }, |
35 | 3 | "projects": {
|
36 | 4 | "cypress-indexeddb": {
|
37 | 5 | "root": "libs/cypress-indexeddb",
|
|
64 | 32 | "assets": ["libs/cypress-indexeddb/*.md"]
|
65 | 33 | }
|
66 | 34 | }
|
67 |
| - } |
| 35 | + }, |
| 36 | + "tags": ["framework:none", "type:e2e"] |
68 | 37 | },
|
69 | 38 | "ng-utils": {
|
70 | 39 | "projectType": "library",
|
|
104 | 73 | },
|
105 | 74 | "outputs": ["{options.outputFile}"]
|
106 | 75 | }
|
107 |
| - } |
| 76 | + }, |
| 77 | + "tags": ["framework:angular"] |
108 | 78 | },
|
109 | 79 | "route-config": {
|
110 | 80 | "projectType": "library",
|
|
143 | 113 | "passWithNoTests": true
|
144 | 114 | }
|
145 | 115 | }
|
146 |
| - } |
| 116 | + }, |
| 117 | + "tags": ["framework:angular"] |
147 | 118 | },
|
148 | 119 | "showcase": {
|
149 | 120 | "projectType": "application",
|
|
231 | 202 | "passWithNoTests": true
|
232 | 203 | }
|
233 | 204 | }
|
234 |
| - } |
| 205 | + }, |
| 206 | + "tags": ["framework:angular"] |
235 | 207 | },
|
236 | 208 | "showcase-e2e": {
|
237 | 209 | "root": "apps/showcase-e2e",
|
|
258 | 230 | },
|
259 | 231 | "outputs": ["{options.outputFile}"]
|
260 | 232 | }
|
261 |
| - } |
| 233 | + }, |
| 234 | + "tags": ["framework:angular", "type:e2e"], |
| 235 | + "implicitDependencies": ["showcase"] |
262 | 236 | },
|
263 | 237 | "utils": {
|
264 | 238 | "projectType": "library",
|
|
298 | 272 | },
|
299 | 273 | "outputs": ["{options.outputFile}"]
|
300 | 274 | }
|
301 |
| - } |
| 275 | + }, |
| 276 | + "tags": ["framework:none"] |
302 | 277 | }
|
303 | 278 | }
|
304 | 279 | }
|
0 commit comments