|
1 | 1 | {
|
2 | 2 | "$schema": "./node_modules/nx/schemas/nx-schema.json",
|
3 |
| - "cli": { |
4 |
| - "packageManager": "pnpm" |
5 |
| - }, |
| 3 | + "cli": { "packageManager": "pnpm" }, |
6 | 4 | "generators": {
|
7 | 5 | "@nx/angular:application": {
|
8 | 6 | "e2eTestRunner": "cypress",
|
9 | 7 | "linter": "eslint",
|
10 | 8 | "style": "scss",
|
11 | 9 | "unitTestRunner": "jest"
|
12 | 10 | },
|
13 |
| - "@nx/angular:library": { |
14 |
| - "linter": "eslint", |
15 |
| - "unitTestRunner": "jest" |
16 |
| - }, |
17 |
| - "@nx/angular:component": { |
18 |
| - "style": "scss" |
19 |
| - } |
| 11 | + "@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest" }, |
| 12 | + "@nx/angular:component": { "style": "scss" } |
20 | 13 | },
|
21 | 14 | "defaultProject": "examples-lumberjack-app",
|
22 | 15 | "targetDefaults": {
|
23 | 16 | "build": {
|
24 |
| - "dependsOn": [ |
25 |
| - { |
26 |
| - "target": "build", |
27 |
| - "dependencies": true |
28 |
| - } |
29 |
| - ], |
| 17 | + "dependsOn": [{ "target": "build", "dependencies": true }], |
30 | 18 | "inputs": ["production", "^production"],
|
31 | 19 | "cache": true
|
32 | 20 | },
|
33 |
| - "e2e": { |
34 |
| - "inputs": ["default", "^production"], |
35 |
| - "cache": true |
36 |
| - }, |
37 |
| - "e2e-ci": { |
38 |
| - "inputs": ["default", "^production"], |
39 |
| - "cache": true |
40 |
| - }, |
41 |
| - "start": { |
42 |
| - "dependsOn": ["^build"], |
43 |
| - "inputs": ["production", "^production"] |
44 |
| - }, |
45 |
| - "build-package": { |
46 |
| - "cache": true |
47 |
| - }, |
| 21 | + "e2e": { "inputs": ["default", "^production"], "cache": true }, |
| 22 | + "e2e-ci": { "inputs": ["default", "^production"], "cache": true }, |
| 23 | + "start": { "dependsOn": ["^build"], "inputs": ["production", "^production"] }, |
| 24 | + "build-package": { "cache": true }, |
48 | 25 | "@nx/jest:jest": {
|
49 | 26 | "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
50 | 27 | "cache": true,
|
51 |
| - "options": { |
52 |
| - "passWithNoTests": true |
53 |
| - }, |
54 |
| - "configurations": { |
55 |
| - "ci": { |
56 |
| - "ci": true, |
57 |
| - "codeCoverage": true |
58 |
| - } |
59 |
| - } |
| 28 | + "options": { "passWithNoTests": true }, |
| 29 | + "configurations": { "ci": { "ci": true, "codeCoverage": true } } |
60 | 30 | },
|
61 | 31 | "@nx/eslint:lint": {
|
62 | 32 | "inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
|
|
69 | 39 | "inputs": ["production", "^production"]
|
70 | 40 | }
|
71 | 41 | },
|
72 |
| - "workspaceLayout": { |
73 |
| - "appsDir": "e2e", |
74 |
| - "libsDir": "packages" |
75 |
| - }, |
| 42 | + "workspaceLayout": { "appsDir": "e2e", "libsDir": "packages" }, |
76 | 43 | "namedInputs": {
|
77 | 44 | "default": ["{projectRoot}/**/*", "sharedGlobals", "projectSpecificFiles"],
|
78 | 45 | "sharedGlobals": [],
|
|
96 | 63 | "ciTargetName": "e2e-ci"
|
97 | 64 | }
|
98 | 65 | },
|
99 |
| - { |
100 |
| - "plugin": "@nx/eslint/plugin", |
101 |
| - "options": { |
102 |
| - "targetName": "lint" |
103 |
| - } |
104 |
| - } |
| 66 | + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } } |
105 | 67 | ],
|
106 |
| - "nxCloudAccessToken": "M2I0MTZlMmMtYmQ5ZC00ZDg1LWFjOTQtZjU5ZGFkYWM3YjM2fHJlYWQ=", |
| 68 | + "nxCloudAccessToken": "OTNjMDE5MjItZjQ3Mi00NTM0LTgxNjYtODBjY2EyMTgzYzhlfHJlYWQtd3JpdGU=", |
107 | 69 | "defaultBase": "main"
|
108 | 70 | }
|
0 commit comments