Skip to content

Commit c10f678

Browse files
committed
fix(tools): publish 11ty plugins
1 parent 8b10e86 commit c10f678

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/gorgeous-knives-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-tools": patch
3+
---
4+
5+
Publish 11ty plugin files

tools/pfe-tools/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"**/*.md",
4444
"**/*.d.ts",
4545
"**/*.js",
46-
"**/*.js.map"
46+
"**/*.js.map",
47+
"11ty/plugins/*.cjs"
4748
],
4849
"scripts": {
4950
"build": "tsc -b .",

0 commit comments

Comments
 (0)