|
23 | 23 | "options": { |
24 | 24 | "configFile": "{projectRoot}/vitest.unit.config.ts", |
25 | 25 | "passWithNoTests": true, |
26 | | - "coverage": { |
27 | | - "enabled": true |
28 | | - } |
| 26 | + "coverage": { "enabled": true } |
29 | 27 | } |
30 | 28 | }, |
31 | 29 | "int-test": { |
|
35 | 33 | "options": { |
36 | 34 | "configFile": "{projectRoot}/vitest.int.config.ts", |
37 | 35 | "passWithNoTests": true, |
38 | | - "coverage": { |
39 | | - "enabled": true |
40 | | - } |
| 36 | + "coverage": { "enabled": true } |
41 | 37 | } |
42 | 38 | }, |
43 | | - "e2e": { |
44 | | - "dependsOn": ["^build"] |
45 | | - }, |
| 39 | + "e2e": { "dependsOn": ["^build"] }, |
46 | 40 | "lint": { |
47 | 41 | "inputs": ["default", "{workspaceRoot}/eslint.config.?(c)js"], |
48 | 42 | "executor": "@nx/linter:eslint", |
|
56 | 50 | ] |
57 | 51 | } |
58 | 52 | }, |
59 | | - "nxv-pkg-install": { |
60 | | - "parallelism": false |
61 | | - }, |
| 53 | + "nxv-pkg-install": { "parallelism": false }, |
62 | 54 | "@nx/vite:test": { |
63 | 55 | "cache": true, |
64 | 56 | "inputs": ["default", "^production"], |
65 | | - "options": { |
66 | | - "passWithNoTests": true, |
67 | | - "watch": false |
68 | | - } |
| 57 | + "options": { "passWithNoTests": true, "watch": false } |
69 | 58 | }, |
70 | 59 | "nx-release-publish": { |
71 | 60 | "dependsOn": ["build"], |
|
99 | 88 | ], |
100 | 89 | "sharedGlobals": [] |
101 | 90 | }, |
102 | | - "workspaceLayout": { |
103 | | - "appsDir": "examples", |
104 | | - "libsDir": "packages" |
105 | | - }, |
| 91 | + "workspaceLayout": { "appsDir": "examples", "libsDir": "packages" }, |
106 | 92 | "generators": {}, |
107 | 93 | "release": { |
108 | 94 | "projects": ["packages/*"], |
109 | 95 | "projectsRelationship": "fixed", |
110 | 96 | "changelog": { |
111 | 97 | "automaticFromRef": true, |
112 | 98 | "projectChangelogs": false, |
113 | | - "workspaceChangelog": { |
114 | | - "createRelease": "github" |
115 | | - } |
| 99 | + "workspaceChangelog": { "createRelease": "github" } |
116 | 100 | }, |
117 | 101 | "git": { |
118 | 102 | "commit": true, |
|
123 | 107 | }, |
124 | 108 | "version": { |
125 | 109 | "conventionalCommits": true, |
126 | | - "generatorOptions": { |
127 | | - "skipLockFileUpdate": true |
128 | | - } |
| 110 | + "generatorOptions": { "skipLockFileUpdate": true } |
129 | 111 | }, |
130 | 112 | "releaseTagPattern": "v{version}" |
131 | 113 | }, |
|
136 | 118 | "environments": { |
137 | 119 | "environmentsDir": "tmp/e2e", |
138 | 120 | "targetNames": ["e2e"], |
139 | | - "inferredTargets": { |
140 | | - "e2e": "e2e-test" |
141 | | - } |
| 121 | + "inferredTargets": { "e2e": "e2e-test" } |
142 | 122 | }, |
143 | | - "packages": { |
144 | | - "filterByTags": ["publishable"] |
145 | | - } |
| 123 | + "packages": { "filterByTags": ["publishable"] } |
146 | 124 | } |
147 | 125 | } |
148 | | - ] |
| 126 | + ], |
| 127 | + "nxCloudId": "65d4d862d2adb16a45a4bc7c" |
149 | 128 | } |
0 commit comments