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

fix: support publishing jsr packages in an npm workspace #77

Conversation

dsherret
Copy link
Member

This supports publishing jsr packages when the root is an npm workspace.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, LGTM!

@dsherret dsherret merged commit eb7f737 into denoland:main Jul 10, 2024
3 checks passed
@dsherret dsherret deleted the fix_support_publishing_jsr_packages_npm_workspace branch July 10, 2024 16:22
dsherret added a commit to denoland/deno that referenced this pull request Jul 10, 2024
Supports publishing an npm workspace with a directory structure similar
to the following:

- workspace
  - package.json
  - package-a
    - package.json
    - jsr.json
  - package-b
    - package.json
    - jsr.json

deno_config PR: denoland/deno_config#77

Closes #23638
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