From 871be3e6b3787b7973ffbb8fe1e571794187a6a3 Mon Sep 17 00:00:00 2001 From: Kilian Panot Date: Fri, 23 Aug 2024 11:54:49 +0900 Subject: [PATCH] fix(showcase): cache of dark theme generated output --- apps/showcase/project.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/showcase/project.json b/apps/showcase/project.json index 9f80c0b61a..96a48aee75 100644 --- a/apps/showcase/project.json +++ b/apps/showcase/project.json @@ -217,8 +217,7 @@ "cache": true, "executor": "@o3r/design:generate-css", "outputs": [ - "{options.defaultStyleFile}", - "{options.metadataOutput}" + "{options.defaultStyleFile}" ], "inputs": [ "global", @@ -247,8 +246,7 @@ "cache": true, "executor": "@o3r/design:generate-css", "outputs": [ - "{options.defaultStyleFile}", - "{options.metadataOutput}" + "{options.defaultStyleFile}" ], "inputs": [ "global",