Skip to content

Commit d132529

Browse files
committed
ci(repo): add missing cache-components turbo task
The CI validation correctly caught that test:integration:cache-components had no turbo.json task entry. Add it with the right dependsOn for its Next.js template.
1 parent 0ff83ba commit d132529

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

turbo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@
321321
"inputs": ["integration/**"],
322322
"outputLogs": "new-only"
323323
},
324+
"//#test:integration:cache-components": {
325+
"dependsOn": ["@clerk/clerk-js#build", "@clerk/testing#build", "@clerk/nextjs#build"],
326+
"env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"],
327+
"inputs": ["integration/**"],
328+
"outputLogs": "new-only"
329+
},
324330
"//#typedoc:generate": {
325331
"dependsOn": ["@clerk/nextjs#build", "@clerk/react#build", "@clerk/shared#build"],
326332
"inputs": ["tsconfig.typedoc.json", "typedoc.config.mjs"],

0 commit comments

Comments
 (0)