-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-include all src scss files and packages/ dir in npm published build #2119
re-include all src scss files and packages/ dir in npm published build #2119
Conversation
Here's the Δ I can see when doing See file list
|
Confirming that I see the scss and package files in dry run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm publish --dry-run
looks correct.
npm pack
-> .tgz
in Kibana results in expected test and TS errors (not related to this) and yarn start
runs (and looks) as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Fixes an issue with the published contents of EUI on npm. This restores all of the
.scss
files andpackage/
directory in the build. Verified this passes Kibana's jest & type tests (with some known snapshots and TS changes, unrelated to the package contents).Checklist
- [ ] This was checked in mobile- [ ] This was checked in IE11- [ ] This was checked in dark mode- [ ] Any props added have proper autodocs- [ ] Documentation examples were added- [ ] This was checked for breaking changes and labeled appropriately- [ ] Jest tests were updated or added to match the most common scenarios- [ ] This was checked against keyboard-only and screenreader scenarios- [ ] This required updates to Framer X components