From 3b684c2cfd8844976dc237d48181b46e8cba7a2a Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:02:54 +0000 Subject: [PATCH] fix: turbo remove that --- turbo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/turbo.json b/turbo.json index 5cae2fe..1776fff 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,6 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { - "dependsOn": ["^db:generate"], "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] }, "setup": {