From 2910dcf25bc3ba9f101123ccbcf7c3b2f46bc0a4 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Fri, 23 Dec 2022 13:39:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20relative=20paths=20in=20`b?= =?UTF-8?q?uild`=20cache=20outputs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index a7e32ea..fd5244e 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,7 @@ "outputs": ["coverage/**"] }, "build": { - "outputs": ["packages/website/.next/**", "packages/website/public/**"] + "outputs": [".next/**", "public/**"] }, "publishPackage": { "dependsOn": ["^lint"],