Skip to content

Commit caa8d04

Browse files
committed
fix(styles): bump version number, fix build scripts
1 parent a232201 commit caa8d04

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/strong-yaks-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-styles": major
3+
---
4+
5+
Bump version number, and fix build scripts

core/pfe-styles/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"scripts": {
1313
"clean": "git clean -fX -e node_modules -e tsconfig.tsbuildinfo",
14+
"prepublishOnly": "npm run build",
1415
"build": "run-s build:**",
1516
"build:clean": "npm run clean",
1617
"build:compressed": "sass --load-path=../../node_modules src:. --style compressed",
@@ -32,7 +33,8 @@
3233
"url": "https://github.com/patternfly/patternfly-elements/issues"
3334
},
3435
"files": [
35-
"dist"
36+
"*.css",
37+
"*.css.map"
3638
],
3739
"contributors": [
3840
"Mark Caron <[email protected]> (https://github.com/markcaron)",

0 commit comments

Comments
 (0)