|
136 | 136 | "outputs": [] |
137 | 137 | }, |
138 | 138 | "//#test:integration:ap-flows": { |
139 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/nextjs#build"], |
| 139 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build"], |
140 | 140 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
141 | 141 | "inputs": ["integration/**"], |
142 | 142 | "outputLogs": "new-only" |
143 | 143 | }, |
144 | 144 | "//#test:integration:generic": { |
145 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/clerk-react#build"], |
| 145 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/clerk-react#build"], |
146 | 146 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
147 | 147 | "inputs": ["integration/**"], |
148 | 148 | "outputLogs": "new-only" |
149 | 149 | }, |
150 | 150 | "//#test:integration:express": { |
151 | 151 | "dependsOn": [ |
152 | | - "^@clerk/clerk-js#build", |
153 | | - "^@clerk/backend#build", |
154 | | - "^@clerk/clerk-sdk-node#build", |
155 | | - "^@clerk/clerk-react#build" |
| 152 | + "@clerk/clerk-js#build", |
| 153 | + "@clerk/backend#build", |
| 154 | + "@clerk/clerk-sdk-node#build", |
| 155 | + "@clerk/express#build", |
| 156 | + "@clerk/clerk-react#build" |
156 | 157 | ], |
157 | 158 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
158 | 159 | "inputs": ["integration/**"], |
159 | 160 | "outputLogs": "new-only" |
160 | 161 | }, |
161 | 162 | "//#test:integration:nextjs": { |
162 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/nextjs#build"], |
| 163 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build"], |
163 | 164 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
164 | 165 | "inputs": ["integration/**"], |
165 | 166 | "outputLogs": "new-only" |
166 | 167 | }, |
167 | 168 | "//#test:integration:nextjs:canary": { |
168 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/nextjs#build"], |
| 169 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build"], |
169 | 170 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
170 | 171 | "inputs": ["integration/**"], |
171 | 172 | "outputLogs": "new-only" |
172 | 173 | }, |
173 | 174 | "//#test:integration:quickstart": { |
174 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/nextjs#build"], |
| 175 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build"], |
175 | 176 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
176 | 177 | "inputs": ["integration/**"], |
177 | 178 | "outputLogs": "new-only" |
178 | 179 | }, |
179 | 180 | "//#test:integration:astro": { |
180 | | - "cache": false, |
181 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/astro#build"], |
| 181 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/astro#build"], |
182 | 182 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
183 | 183 | "inputs": ["integration/**"], |
184 | 184 | "outputLogs": "new-only" |
185 | 185 | }, |
186 | 186 | "//#test:integration:sessions": { |
187 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/nextjs#build"], |
| 187 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build"], |
188 | 188 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
189 | 189 | "inputs": ["integration/**"], |
190 | 190 | "outputLogs": "new-only" |
191 | 191 | }, |
192 | 192 | "//#test:integration:elements": { |
193 | | - "dependsOn": [ |
194 | | - "^@clerk/clerk-js#build", |
195 | | - "^@clerk/backend#build", |
196 | | - "^@clerk/nextjs#build", |
197 | | - "^@clerk/elements#build" |
198 | | - ], |
| 193 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/nextjs#build", "@clerk/elements#build"], |
199 | 194 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
200 | 195 | "inputs": ["integration/**"], |
201 | 196 | "outputLogs": "new-only" |
202 | 197 | }, |
203 | 198 | "//#test:integration:expo-web": { |
204 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/clerk-expo#build", "^@clerk/clerk-react#build"], |
| 199 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/clerk-expo#build", "@clerk/clerk-react#build"], |
205 | 200 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
206 | 201 | "inputs": ["integration/**"], |
207 | 202 | "outputLogs": "new-only" |
208 | 203 | }, |
209 | 204 | "//#test:integration:tanstack-start": { |
210 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/tanstack-start#build", "^@clerk/clerk-react#build"], |
| 205 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/tanstack-start#build", "@clerk/clerk-react#build"], |
211 | 206 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
212 | 207 | "inputs": ["integration/**"], |
213 | 208 | "outputLogs": "new-only" |
214 | 209 | }, |
215 | 210 | "//#test:integration:tanstack-router": { |
216 | | - "dependsOn": ["^@clerk/clerk-js#build", "^@clerk/tanstack-start#build", "^@clerk/clerk-react#build"], |
| 211 | + "dependsOn": ["@clerk/clerk-js#build", "@clerk/tanstack-start#build", "@clerk/clerk-react#build"], |
217 | 212 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
218 | 213 | "inputs": ["integration/**"], |
219 | 214 | "outputLogs": "new-only" |
|
0 commit comments