From ade81eed7ed299a589abc34e5116140606a72c53 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Sat, 21 May 2022 02:49:59 +0200 Subject: [PATCH] fix: adds api to turbo.json --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index e2257f66f9..a5ed23661e 100644 --- a/turbo.json +++ b/turbo.json @@ -91,6 +91,10 @@ ], "outputs": [".next/**"] }, + "@calcom/api#build": { + "dependsOn": ["@calcom/prisma#post-install"], + "outputs": [".next/**"] + }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"]