From 2f832800fcbbfb47b7e643092314b9d5b8115aae Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 26 May 2022 11:44:23 -0600 Subject: [PATCH] Update turbo.json --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index c9dc905c12..fed182441b 100644 --- a/turbo.json +++ b/turbo.json @@ -6,6 +6,9 @@ "@calcom/prisma#post-install": { "outputs": ["./node_modules/@prisma/client/**", "./packages/prisma/schema.prisma"] }, + "@calcom/prisma#build": { + "dependsOn": ["$DATABASE_URL"] + }, "@calcom/prisma#db-deploy": { "cache": false, "dependsOn": ["$DATABASE_URL"]