Skip to content

Commit 77d9684

Browse files
committed
fix(card): build lightdom at build time
1 parent 020e600 commit 77d9684

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/brave-feet-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-card": patch
3+
---
4+
5+
build pfe-card's light dom CSS during the `build` command

elements/pfe-card/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build:clean": "npm run clean",
2828
"build:esbuild": "node ../../scripts/build.js --include pfe-card",
2929
"build:analyze": "npm run analyze",
30+
"build:lightdom": "sass pfe-card--lightdom.scss pfe-card--lightdom.css --load-path=../../node_modules",
3031
"build:types": "tsc -b .",
3132
"🧑‍🔬-----TEST-------🧑‍🔬": "❓ Test packages",
3233
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js",

0 commit comments

Comments
 (0)