From 6406df0501f7dd9268b6c8731c53452baae2fa26 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:00:07 +0100 Subject: [PATCH] ci: fix builds for chat??? --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 227ab66..5cae2fe 100644 --- a/turbo.json +++ b/turbo.json @@ -2,8 +2,8 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { - "dependsOn": ["^db:generate", "prepare"], - "outputs": [".next/**", "!.next/cache/**", "dist/**"] + "dependsOn": ["^db:generate"], + "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] }, "setup": { "dependsOn": ["^dd", "^db:generate", "^build"],