From 29f41937960d615661f67a1d9201eda5f8158c17 Mon Sep 17 00:00:00 2001 From: xaviergonz Date: Thu, 7 Dec 2023 19:27:06 +0100 Subject: [PATCH] fix turbo file cache --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 6cdb433f..7a5fe936 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "mobx-keystone#build-docs": { "dependsOn": ["build"], - "outputs": ["api-docs/**"] + "outputs": ["api-docs/**", "../../apps/site/copy-to-build/api/**"] }, "mobx-keystone#build": { "dependsOn": [],