-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore: exclude tools/bundler/node_modules from final package #424
Conversation
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Hi @Baldinof! Thanks for submitting this PR!
Does it make sense? |
Thanks for you answer @smoya :) What do you mean by could be used outside this project as well? It can be installed separately? This PR is to remove the embeddings of the node_modules in I don't think adding a But maybe |
As you mentioned, the tools/bundler is expected to be detached from the @asyncapi/specs. It is also isolated in terms of code (all code is located only in |
The code change is about Node modules are already ignored for git thanks to this |
omg 🤦 I swear I read .gitignore in the changeset... shame on me! Excuse me for making you waste your time on that matter 🙏 |
Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
No worries :) |
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM!🙌
@jonaslagoni could you do a quick check and merge if you agree? Thanks! |
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.
Thanks @Baldinof 👌
/rtm |
🎉 This PR is included in version 6.0.0-next-major-spec.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
On a fresh install of the package
node_modules
in thetools/bundler
are included while it's only useful when publishing the package.This will allow to save some space / bandwith when installing this package.