From f16847482bdee70606e49a68207b86eaf17be1c3 Mon Sep 17 00:00:00 2001 From: Paolo <149602456+pdtfh@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:26:39 +0100 Subject: [PATCH] fix: vercel build next --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 377363d0..0c9fe83c 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["build/**"] + "outputs": ["build/**", ".next/**", "!.next/cache/**"] }, "lint": { "cache": false