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

Parallelize installs and builds #37

Open
aleclarson opened this issue Apr 17, 2021 · 0 comments
Open

Parallelize installs and builds #37

aleclarson opened this issue Apr 17, 2021 · 0 comments
Labels
enhancement New feature or request priority:high

Comments

@aleclarson
Copy link
Collaborator

Two changes are needed to allow a package to build while another installs its node_modules.

  • Start building a package once (1) its node_modules are installed, (2) its local dependencies are linked, and (3) its local dependencies are done building.
  • Link to local dependencies on a per-package basis, instead of linking all packages together in one call
@aleclarson aleclarson added enhancement New feature or request priority:high labels Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high
Projects
None yet
Development

No branches or pull requests

1 participant