From e3d67f312bed878476ccf8f3f1399224184e043d Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Tue, 23 Jan 2024 11:38:41 +0100 Subject: [PATCH] fix(SLB-201): remove wrong output definition Mistakenly added. They should be in @custom/schema --- packages/ui/turbo.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/ui/turbo.json b/packages/ui/turbo.json index 19df13ebc..a4abaa387 100644 --- a/packages/ui/turbo.json +++ b/packages/ui/turbo.json @@ -11,11 +11,7 @@ "tsconfig.json", "static/public/**" ], - "outputs": [ - "build/**/*.js", - "../../apps/cms/autoload.json", - "../../apps/website/autoload.mjs" - ] + "outputs": ["build/**/*.js"] }, "prep:types": { "dependsOn": ["^prep"],