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

Use npm workspaces with lerna instead of lerna bootstrap #499

Closed
aabmass opened this issue Jan 10, 2023 · 1 comment · Fixed by #557
Closed

Use npm workspaces with lerna instead of lerna bootstrap #499

aabmass opened this issue Jan 10, 2023 · 1 comment · Fixed by #557
Labels
chore Process work that needs to be done priority: p3

Comments

@aabmass
Copy link
Contributor

aabmass commented Jan 10, 2023

lerna bootstrap is deprecated in favor of npm/yarn workspaces going forward. This has the benefit of reducing install size and time by hoisting dependencies to the root of the repo.

Prototyped partially in https://github.com/aabmass/opentelemetry-operations-js/pull/new/lerna-workspaces but there are some outstanding issues: google/gts#718

@dashpole dashpole added the chore Process work that needs to be done label Jan 23, 2023
@dashpole
Copy link
Contributor

triaged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Process work that needs to be done priority: p3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants