|
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | "targetDefaults": { |
14 | | - "e2e-ci": { |
15 | | - "dependsOn": ["^build"] |
16 | | - }, |
| 14 | + "e2e-ci": { "dependsOn": ["^build"] }, |
17 | 15 | "nx-release-publish": { |
18 | | - "options": { |
19 | | - "packageRoot": "packages/{projectName}" |
20 | | - } |
| 16 | + "options": { "packageRoot": "packages/{projectName}" } |
21 | 17 | }, |
22 | 18 | "docs": { |
23 | 19 | "dependsOn": ["build", "^build", "^docs"], |
24 | 20 | "cache": true, |
25 | 21 | "outputs": ["{projectRoot}/docs"] |
26 | 22 | }, |
27 | | - "serve": { |
28 | | - "cache": false, |
29 | | - "dependsOn": ["^build"] |
30 | | - }, |
31 | | - "e2e": { |
32 | | - "dependsOn": ["^build"], |
33 | | - "cache": true |
34 | | - }, |
35 | | - "test": { |
36 | | - "dependsOn": ["^build"] |
37 | | - }, |
| 23 | + "serve": { "cache": false, "dependsOn": ["^build"] }, |
| 24 | + "e2e": { "dependsOn": ["^build"], "cache": true }, |
| 25 | + "test": { "dependsOn": ["^build"] }, |
38 | 26 | "build": { |
39 | 27 | "dependsOn": ["^build"], |
40 | 28 | "inputs": ["production", "^production"], |
|
46 | 34 | "outputs": ["{projectRoot}/coverage"], |
47 | 35 | "cache": true |
48 | 36 | }, |
49 | | - "@nx/eslint:lint": { |
50 | | - "dependsOn": ["^build", "^lint"], |
51 | | - "cache": true |
52 | | - }, |
| 37 | + "@nx/eslint:lint": { "dependsOn": ["^build", "^lint"], "cache": true }, |
53 | 38 | "@nx/vite:build": { |
54 | 39 | "dependsOn": ["^build"], |
55 | 40 | "inputs": ["production", "^production"], |
56 | 41 | "cache": true, |
57 | 42 | "outputs": ["{projectRoot}/dist"] |
58 | 43 | }, |
59 | | - "@nx/playwright:run": { |
60 | | - "dependsOn": ["^build"], |
61 | | - "cache": true |
62 | | - }, |
| 44 | + "@nx/playwright:run": { "dependsOn": ["^build"], "cache": true }, |
63 | 45 | "@nx/esbuild:esbuild": { |
64 | 46 | "inputs": ["production", "^production"], |
65 | 47 | "dependsOn": ["^build"], |
|
78 | 60 | } |
79 | 61 | }, |
80 | 62 | "parallel": 1, |
81 | | - "workspaceLayout": { |
82 | | - "appsDir": "", |
83 | | - "libsDir": "" |
84 | | - }, |
| 63 | + "workspaceLayout": { "appsDir": "", "libsDir": "" }, |
85 | 64 | "release": { |
86 | 65 | "projects": ["packages/*"], |
87 | 66 | "version": { |
|
91 | 70 | "preserveLocalDependencyProtocols": false |
92 | 71 | }, |
93 | 72 | "changelog": { |
94 | | - "git": { |
95 | | - "commit": true, |
96 | | - "tag": true |
97 | | - }, |
98 | | - "workspaceChangelog": { |
99 | | - "createRelease": "github" |
100 | | - }, |
| 73 | + "git": { "commit": true, "tag": true }, |
| 74 | + "workspaceChangelog": { "createRelease": "github" }, |
101 | 75 | "projectChangelogs": true |
102 | 76 | }, |
103 | 77 | "releaseTag": { |
|
107 | 81 | "plugins": [ |
108 | 82 | { |
109 | 83 | "plugin": "@nx/playwright/plugin", |
110 | | - "options": { |
111 | | - "ciTargetName": "e2e-ci", |
112 | | - "targetName": "e2e" |
113 | | - }, |
| 84 | + "options": { "ciTargetName": "e2e-ci", "targetName": "e2e" }, |
114 | 85 | "include": ["e2e/**/**/*"] |
115 | 86 | }, |
116 | | - { |
117 | | - "plugin": "@nx/eslint/plugin", |
118 | | - "options": { |
119 | | - "targetName": "lint" |
120 | | - } |
121 | | - }, |
| 87 | + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, |
122 | 88 | { |
123 | 89 | "plugin": "@nx/vite/plugin", |
124 | 90 | "options": { |
125 | | - "buildTargetName": "build", |
| 91 | + "buildTargetName": "build-interceptor", |
126 | 92 | "serveTargetName": "serve", |
127 | 93 | "previewTargetName": "preview", |
128 | 94 | "testTargetName": "test", |
129 | 95 | "serveStaticTargetName": "serve-static", |
130 | 96 | "typecheckTargetName": "typecheck" |
131 | 97 | }, |
132 | | - "include": ["e2e/**/*", "packages/**/*"] |
| 98 | + "include": ["e2e/token-vault-interceptor/**/*"], |
| 99 | + "exclude": ["e2e/**/*", "packages/**/*"] |
133 | 100 | }, |
134 | 101 | { |
135 | 102 | "plugin": "@nx/vite/plugin", |
136 | 103 | "options": { |
137 | | - "buildTargetName": "build-interceptor", |
| 104 | + "buildTargetName": "build", |
138 | 105 | "serveTargetName": "serve", |
139 | 106 | "previewTargetName": "preview", |
140 | 107 | "testTargetName": "test", |
141 | 108 | "serveStaticTargetName": "serve-static", |
142 | 109 | "typecheckTargetName": "typecheck" |
143 | 110 | }, |
144 | | - "include": ["e2e/token-vault-app/**/*"] |
| 111 | + "include": ["e2e/**/*", "packages/**/*"], |
| 112 | + "exclude": ["e2e/token-vault-interceptor/**/*"] |
145 | 113 | }, |
146 | 114 | { |
147 | 115 | "plugin": "@nx/vite/plugin", |
|
153 | 121 | "serveStaticTargetName": "vite:serve-static", |
154 | 122 | "typecheckTargetName": "vite:typecheck" |
155 | 123 | }, |
156 | | - "include": ["packages/**/*", "e2e/**/*"] |
| 124 | + "include": ["packages/**/*", "e2e/**/*"], |
| 125 | + "exclude": ["e2e/token-vault-interceptor/**/*"] |
157 | 126 | } |
158 | 127 | ], |
159 | 128 | "defaultProject": "javascript-sdk", |
160 | 129 | "useDaemonProcess": true, |
161 | 130 | "useInferencePlugins": true, |
162 | 131 | "defaultBase": "develop", |
163 | | - "nxCloudId": "691f768cc413573260509d11" |
| 132 | + "nxCloudId": "691f769b1b6c37fb36143efb" |
164 | 133 | } |
0 commit comments