Skip to content

Commit

Permalink
fix(card): build lightdom at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 24, 2022
1 parent 020e600 commit 77d9684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-feet-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@patternfly/pfe-card": patch
---

build pfe-card's light dom CSS during the `build` command
1 change: 1 addition & 0 deletions elements/pfe-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"build:clean": "npm run clean",
"build:esbuild": "node ../../scripts/build.js --include pfe-card",
"build:analyze": "npm run analyze",
"build:lightdom": "sass pfe-card--lightdom.scss pfe-card--lightdom.css --load-path=../../node_modules",
"build:types": "tsc -b .",
"🧑‍🔬-----TEST-------🧑‍🔬": "❓ Test packages",
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js",
Expand Down

0 comments on commit 77d9684

Please sign in to comment.