-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Only include necessary files for JSR #973
Only include necessary files for JSR #973
Conversation
To locally verify only the necessary files are included, you can run: ```sh jsr publish --dry-run --allow-dirty ``` Fixes #972
Thank you for creating this PR. Why do you think it is better to publish only selected files? Is this approach recommended by the JSR team? Are |
No problem :) And thanks for the question, I should have been more explicit in the PR. There's no official recommendation from the JSR team on that; the reason for this is more just to reduce disk size when users install the library via JSR's compat layer with Regarding files:
Hope that clarifies things! Likewise I understand this is a bit of an opinionated PR (and not an official JSR team recc), so up to you, feel free to close it. |
Sorry for my late reply. I was focused on my studies. I will review this PR in the next weeks. |
Thank you for this PR. I added |
This will publish
jsr.json
,LICENSE.md
,README.md
, and everything undersrc/
directory. To locally verify this:Fixes #972