Skip to content

Commit 3935154

Browse files
authored
fix(tools): restore missing files in @patternfly/create-element published package (#2970)
Closes #2967 Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 783686a commit 3935154

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@patternfly/create-element": patch
3+
---
4+
Fixed missing files in published package that prevented `npm run new` from working

tools/create-element/.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Override .gitignore so that compiled .js and .d.ts files
2+
# are included in the published package via the "files" field
3+
# in package.json. Without this, newer npm versions apply
4+
# .gitignore patterns as a filter even when "files" is set.

0 commit comments

Comments
 (0)