Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/fix-create-element-publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@patternfly/create-element": patch
---
Fixed missing files in published package that prevented `npm run new` from working
4 changes: 4 additions & 0 deletions tools/create-element/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Override .gitignore so that compiled .js and .d.ts files
# are included in the published package via the "files" field
# in package.json. Without this, newer npm versions apply
# .gitignore patterns as a filter even when "files" is set.
Loading