From 79fe992f6c97ada1f81f87813f6522cf6230b232 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:24:37 +0200 Subject: [PATCH] fix: turbo json 2 --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 1776fff..195e13a 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { + "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"] }, "setup": {