|
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | "targetDefaults": { |
14 | | - "e2e-ci": { |
15 | | - "dependsOn": ["^build"] |
16 | | - }, |
17 | | - "nx-release-publish": { |
18 | | - "options": { |
19 | | - "packageRoot": "packages/{projectName}" |
20 | | - } |
21 | | - }, |
| 14 | + "e2e-ci": { "dependsOn": ["^build"] }, |
| 15 | + "nx-release-publish": { "options": { "packageRoot": "packages/{projectName}" } }, |
22 | 16 | "docs": { |
23 | 17 | "dependsOn": ["build", "^build", "^docs"], |
24 | 18 | "cache": true, |
25 | 19 | "outputs": ["{projectRoot}/docs"] |
26 | 20 | }, |
27 | | - "serve": { |
28 | | - "cache": false, |
29 | | - "dependsOn": ["^build"] |
30 | | - }, |
31 | | - "e2e": { |
32 | | - "dependsOn": ["^build"], |
33 | | - "cache": true |
34 | | - }, |
35 | | - "test": { |
36 | | - "dependsOn": ["^build"] |
37 | | - }, |
| 21 | + "serve": { "cache": false, "dependsOn": ["^build"] }, |
| 22 | + "e2e": { "dependsOn": ["^build"], "cache": true }, |
| 23 | + "test": { "dependsOn": ["^build"] }, |
38 | 24 | "build": { |
39 | 25 | "dependsOn": ["^build"], |
40 | 26 | "inputs": ["production", "^production"], |
|
46 | 32 | "outputs": ["{projectRoot}/coverage"], |
47 | 33 | "cache": true |
48 | 34 | }, |
49 | | - "@nx/eslint:lint": { |
50 | | - "dependsOn": ["^build", "^lint"], |
51 | | - "cache": true |
52 | | - }, |
| 35 | + "@nx/eslint:lint": { "dependsOn": ["^build", "^lint"], "cache": true }, |
53 | 36 | "@nx/vite:build": { |
54 | 37 | "dependsOn": ["^build"], |
55 | 38 | "inputs": ["production", "^production"], |
56 | 39 | "cache": true, |
57 | 40 | "outputs": ["{projectRoot}/dist"] |
58 | 41 | }, |
59 | | - "@nx/playwright:run": { |
60 | | - "dependsOn": ["^build"], |
61 | | - "cache": true |
62 | | - }, |
| 42 | + "@nx/playwright:run": { "dependsOn": ["^build"], "cache": true }, |
63 | 43 | "@nx/esbuild:esbuild": { |
64 | 44 | "inputs": ["production", "^production"], |
65 | 45 | "dependsOn": ["^build"], |
66 | 46 | "cache": true |
67 | 47 | }, |
68 | | - "e2e-ci--**/*": { |
69 | | - "inputs": ["default", "^default"], |
70 | | - "dependsOn": ["^build"], |
71 | | - "cache": true |
72 | | - }, |
| 48 | + "e2e-ci--**/*": { "inputs": ["default", "^default"], "dependsOn": ["^build"], "cache": true }, |
73 | 49 | "@nx/js:tsc": { |
74 | 50 | "cache": true, |
75 | 51 | "dependsOn": ["^build"], |
|
78 | 54 | } |
79 | 55 | }, |
80 | 56 | "parallel": 1, |
81 | | - "workspaceLayout": { |
82 | | - "appsDir": "", |
83 | | - "libsDir": "" |
84 | | - }, |
| 57 | + "workspaceLayout": { "appsDir": "", "libsDir": "" }, |
85 | 58 | "release": { |
86 | 59 | "projects": ["packages/*"], |
87 | 60 | "releaseTagPattern": "v{version}", |
|
93 | 66 | } |
94 | 67 | }, |
95 | 68 | "changelog": { |
96 | | - "git": { |
97 | | - "commit": true, |
98 | | - "tag": true |
99 | | - }, |
100 | | - "workspaceChangelog": { |
101 | | - "createRelease": "github" |
102 | | - }, |
| 69 | + "git": { "commit": true, "tag": true }, |
| 70 | + "workspaceChangelog": { "createRelease": "github" }, |
103 | 71 | "projectChangelogs": true |
104 | 72 | } |
105 | 73 | }, |
106 | 74 | "plugins": [ |
107 | 75 | { |
108 | 76 | "plugin": "@nx/playwright/plugin", |
109 | | - "options": { |
110 | | - "ciTargetName": "e2e-ci", |
111 | | - "targetName": "e2e" |
112 | | - }, |
| 77 | + "options": { "ciTargetName": "e2e-ci", "targetName": "e2e" }, |
113 | 78 | "include": ["e2e/**/**/*"] |
114 | 79 | }, |
115 | | - { |
116 | | - "plugin": "@nx/eslint/plugin", |
117 | | - "options": { |
118 | | - "targetName": "lint" |
119 | | - } |
120 | | - }, |
| 80 | + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, |
121 | 81 | { |
122 | 82 | "plugin": "@nx/vite/plugin", |
123 | 83 | "options": { |
|
159 | 119 | "useDaemonProcess": true, |
160 | 120 | "useInferencePlugins": true, |
161 | 121 | "defaultBase": "develop", |
162 | | - "useLegacyCache": true |
| 122 | + "useLegacyCache": true, |
| 123 | + "nxCloudId": "691f769b1b6c37fb36143efb" |
163 | 124 | } |
0 commit comments