From 7aecbea3fc5e8e5f2cb37e72eac6b17f79b2f26f Mon Sep 17 00:00:00 2001 From: Stefano Faieta <9802152+stefanofa@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:48:12 +0100 Subject: [PATCH] build: cache dist folder --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 78bcb51..0c454ec 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": [".next/**", "!.next/cache/**"] + "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "check-exports": { "dependsOn": ["build"]