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/**"]