Skip to content

Commit 48498f4

Browse files
committed
fix(repo): Use correct package name
1 parent bd9ad1a commit 48498f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

turbo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,12 @@
358358
"outputLogs": "new-only"
359359
},
360360
"//#test:integration:custom": {
361-
"dependsOn": ["@clerk/testing#build", "@clerk/clerk-js#build", "@clerk/backend#build", "@clerk/react#build"],
361+
"dependsOn": [
362+
"@clerk/testing#build",
363+
"@clerk/clerk-js#build",
364+
"@clerk/backend#build",
365+
"@clerk/clerk-react#build"
366+
],
362367
"env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"],
363368
"inputs": ["integration/**"],
364369
"outputLogs": "new-only"

0 commit comments

Comments
 (0)