Skip to content

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented 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

@dsherret dsherret added this to the 1.45 milestone Jul 10, 2024
@dsherret dsherret requested a review from bartlomieju July 10, 2024 16:39
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.

LGTM

@dsherret dsherret merged commit 4d2d764 into denoland:main Jul 10, 2024
@dsherret dsherret deleted the feat_npm_workspace_jsr_packages branch July 10, 2024 18:46
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.

Map npm workspace packages to JSR specifiers on publish if npm package in workspace is a jsr package?
3 participants