diff --git a/turbo.json b/turbo.json index a5ed23661e..94613e2787 100644 --- a/turbo.json +++ b/turbo.json @@ -92,7 +92,7 @@ "outputs": [".next/**"] }, "@calcom/api#build": { - "dependsOn": ["@calcom/prisma#post-install"], + "dependsOn": ["^build", "@calcom/prisma#build"], "outputs": [".next/**"] }, "build": {