Skip to content

Commit

Permalink
fix(showcase): cache of dark theme generated output (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Aug 23, 2024
2 parents e00c5e3 + 871be3e commit 7771b4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/showcase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@
"cache": true,
"executor": "@o3r/design:generate-css",
"outputs": [
"{options.defaultStyleFile}",
"{options.metadataOutput}"
"{options.defaultStyleFile}"
],
"inputs": [
"global",
Expand Down Expand Up @@ -247,8 +246,7 @@
"cache": true,
"executor": "@o3r/design:generate-css",
"outputs": [
"{options.defaultStyleFile}",
"{options.metadataOutput}"
"{options.defaultStyleFile}"
],
"inputs": [
"global",
Expand Down

0 comments on commit 7771b4e

Please sign in to comment.