Skip to content
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

feat: Set --unstable-byonm during publishing by default #54

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

marvinhagemeister
Copy link
Collaborator

Currently, when publishing to JSR Deno replaces the structure in node_modules with the deno-specific one which requires installing all dependencies again. This is not necessary and feels wrong to mess with during publish.

This PR changes the behavior so that Deno leaves the node_modules folder as is.

@marvinhagemeister marvinhagemeister merged commit b85eea6 into main Mar 8, 2024
5 checks passed
@marvinhagemeister marvinhagemeister deleted the byonm branch March 8, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants