indo icon indicating copy to clipboard operation
indo copied to clipboard

Parallelize installs and builds

Open aleclarson opened this issue 4 years ago • 0 comments

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 avatar Apr 17 '21 01:04 aleclarson