Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

JS: Update to pnpm workspaces #5785

Open
4 of 5 tasks
joncinque opened this issue Nov 9, 2023 · 0 comments
Open
4 of 5 tasks

JS: Update to pnpm workspaces #5785

joncinque opened this issue Nov 9, 2023 · 0 comments
Assignees

Comments

@joncinque
Copy link
Contributor

joncinque commented Nov 9, 2023

Problem

All of the different JS packages in the SPL repo are roughly the same, and yet we maintain completely separate lockfiles for each one, forcing us to update dependencies on each one individually. It's a big waste of dev time and CI resources.

Solution

pnpm has great workspace support, making for much more understandable builds. And most importantly, we can specify the same dependencies to be used in the whole workspace, just like with cargo. This will take a few stages:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant