Skip to content

Commit 02571aa

Browse files
committed
Fixes yarn dx not setting up docker DB
1 parent 58b2a64 commit 02571aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"@calcom/prisma#dx": {
2525
"cache": false,
26-
"dependsOn": ["@calcom/prisma#db-deploy"],
26+
"dependsOn": ["@calcom/prisma#db-migrate"],
2727
"outputs": []
2828
},
2929
"@calcom/web#build": {

0 commit comments

Comments
 (0)