indo
indo copied to clipboard
Parallelize installs and builds
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