From 850fc9ff1ba36a7a4db37266bd82c598418f4f1e Mon Sep 17 00:00:00 2001 From: Robert Field Date: Tue, 23 Jan 2024 11:33:18 +0000 Subject: [PATCH] =?UTF-8?q?build:=20fix=20turbo=20repo=20caching=20for=20p?= =?UTF-8?q?ackage=20builds=20using=20dist-**=20format=E2=80=A6=20(#160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: fix turbo repo caching for package builds using dist-** formatting * build: added cache build folder for docs app --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index a83c8400..b65c48b3 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["dist/**", ".next/**", "!.next/cache/**"] + "outputs": ["dist/**", ".next/**", "!.next/cache/**", "dist-cjs/**", "dist-es/**", "dist-types/**", "build/**"] }, "generate": { "outputs": []