📄️ Alternate Bootstrapping Methods
If you can't use your package manager's built in bootstrapping support for some reason, Lerna can handle the bootstrapping for you. There are several ways Lerna can set up your monorepo such that an app (remixapp) can find libraries in the same repo (header and footer), and one of them is to make it such that the header and footer end up in the node_modules folder of remixapp (or a different folder at the root)--that's what lerna bootstrap (without --use-workspaces) does.
📄️ Hoisting
Use caution when enabling this feature, as certain configurations can cause problems.
📄️ Task Pipeline Configuration
Lerna delegates the running of npm scripts (forking processes etc) to Nx. The nx.json file is the place where you can
📄️ How Caching Works
Before running any task, Lerna computes its computation hash. As long as the computation hash is the same, the output of
📄️ Distributed Task Execution Guide
The illustrations in this guide are created by Nrwlian Nicole Oliver