From d26e4547d8d38f60a3f26added54c15d75d90067 Mon Sep 17 00:00:00 2001 From: Cassandra Tam Date: Wed, 29 May 2024 12:25:15 +1000 Subject: [PATCH] fixup! feat(bundler): consolidate stylesheets --- turbo.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/turbo.json b/turbo.json index 201a040bccb..ee477ae4519 100644 --- a/turbo.json +++ b/turbo.json @@ -23,8 +23,7 @@ "@kaizen/package-bundler#build" ], "inputs": ["src/**", "rollup.config.mjs", "tsconfig*.json"], - "outputs": ["dist/**"], - "cache": false + "outputs": ["dist/**"] }, "@kaizen/tailwind#build": { "dependsOn": ["@kaizen/design-tokens#build"], @@ -37,8 +36,7 @@ }, "@kaizen/package-bundler#build": { "inputs": ["bin/*", "src/**", "tsconfig*.json"], - "outputs": ["dist/**"], - "cache": false + "outputs": ["dist/**"] } } }