|
23 | 23 | "previewTargetName": "preview"
|
24 | 24 | }
|
25 | 25 | },
|
26 |
| - { |
27 |
| - "plugin": "@nx/eslint/plugin", |
28 |
| - "options": { |
29 |
| - "targetName": "lint" |
30 |
| - } |
31 |
| - }, |
32 |
| - { |
33 |
| - "plugin": "@nx/jest/plugin", |
34 |
| - "options": { |
35 |
| - "targetName": "test" |
36 |
| - } |
37 |
| - } |
| 26 | + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, |
| 27 | + { "plugin": "@nx/jest/plugin", "options": { "targetName": "test" } } |
38 | 28 | ],
|
39 | 29 | "targetDefaults": {
|
40 | 30 | "@nx/js:tsc": {
|
|
47 | 37 | "dependsOn": ["^build"],
|
48 | 38 | "inputs": ["production", "^production"]
|
49 | 39 | },
|
50 |
| - "test": { |
51 |
| - "cache": true |
52 |
| - }, |
| 40 | + "test": { "cache": true }, |
53 | 41 | "@nx/angular:ng-packagr-lite": {
|
54 | 42 | "cache": true,
|
55 | 43 | "dependsOn": ["^build"],
|
|
63 | 51 | "style": "css",
|
64 | 52 | "unitTestRunner": "jest"
|
65 | 53 | },
|
66 |
| - "@nx/angular:library": { |
67 |
| - "linter": "eslint", |
68 |
| - "unitTestRunner": "jest" |
69 |
| - }, |
70 |
| - "@nx/angular:component": { |
71 |
| - "style": "css" |
72 |
| - } |
| 54 | + "@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest" }, |
| 55 | + "@nx/angular:component": { "style": "css" } |
73 | 56 | },
|
74 | 57 | "release": {
|
75 |
| - "changelog": { |
76 |
| - "projectChangelogs": { |
77 |
| - "createRelease": "github" |
78 |
| - } |
79 |
| - }, |
| 58 | + "changelog": { "projectChangelogs": { "createRelease": "github" } }, |
80 | 59 | "projectsRelationship": "independent",
|
81 | 60 | "projects": [
|
82 | 61 | "*",
|
|
93 | 72 | "version": {
|
94 | 73 | "preVersionCommand": "npx nx run-many -t build -p nestjs-json-rpc,nestjs-json-rpc-sdk,json-api-nestjs,json-api-nestjs-sdk",
|
95 | 74 | "conventionalCommits": true,
|
96 |
| - "generatorOptions": { |
97 |
| - "fallbackCurrentVersionResolver": "1.0.0" |
98 |
| - } |
| 75 | + "generatorOptions": { "fallbackCurrentVersionResolver": "1.0.0" } |
99 | 76 | }
|
100 | 77 | },
|
101 |
| - "useLegacyCache": true |
| 78 | + "useLegacyCache": true, |
| 79 | + "nxCloudId": "67c859dd862a93f16da79c89" |
102 | 80 | }
|
0 commit comments