You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
.eslintrc
prettier
The text was updated successfully, but these errors were encountered: