Skip to content

fix(install): cache jsr deps from all workspace config files #26779

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

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

nathanwhit
Copy link
Member

Fixes #26772.

I wasn't aware that the imports() method only returned the workspace root imports

@nathanwhit nathanwhit force-pushed the fix-workspace-install-imports branch from 139a996 to f36409e Compare November 8, 2024 03:38
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM

@nathanwhit nathanwhit merged commit d4f1bd3 into denoland:main Nov 8, 2024
17 checks passed
@nathanwhit nathanwhit deleted the fix-workspace-install-imports branch November 8, 2024 20:45
littledivy pushed a commit that referenced this pull request Nov 10, 2024
Fixes #26772.

I wasn't aware that the `imports()` method only returned the workspace
root imports
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.

deno install installs workspace members' npm dependencies, but not jsr dependencies?
2 participants