From 48070b28286561354de8cdc8a47292dd55c91dc2 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Sat, 21 May 2022 02:42:36 +0200 Subject: [PATCH] fix: no databaseUrl --- turbo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/turbo.json b/turbo.json index 8657b2b05e..37425c9cdc 100644 --- a/turbo.json +++ b/turbo.json @@ -93,7 +93,6 @@ }, "@calcom/api#build": { "dependsOn": [ - "DATABASE_URL", "@calcom/prisma#post-install" ], "outputs": [".next/**"]