From ede58a03bc5925ab8777403175121c18642eac20 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Mon, 23 May 2022 19:28:06 +0200 Subject: [PATCH] fix: depends on prisma build and build --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {