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

switch from Lerna to NPM Workspaces and Wireit #271

Open
trusktr opened this issue Jul 30, 2023 · 0 comments
Open

switch from Lerna to NPM Workspaces and Wireit #271

trusktr opened this issue Jul 30, 2023 · 0 comments

Comments

@trusktr
Copy link
Member

trusktr commented Jul 30, 2023

We can replace some (if not all) features that we're using from Lerna with NPM Workspaces.

Also take a look at Wireit (and related npm RFC to add Wireit features to npm), as npm workspaces do not run scripts in topological order of dependencies, and Wireit seems more closely aligned with NPM and with simpler usage for what we need than Lerna (we need to build dependencies in correct order, we can't run all builds in parallel because some packages then will have an error if their dependencies are not built first)

@trusktr trusktr changed the title switch to npm workspaces switch to npm workspaces and wireit Jul 30, 2023
@trusktr trusktr changed the title switch to npm workspaces and wireit switch from Lerna to npm workspaces and wireit Jul 30, 2023
@trusktr trusktr changed the title switch from Lerna to npm workspaces and wireit switch from Lerna to NPM Workspaces and Wireit Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant