📄️ 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
📄️ Configuring Published Files
When publishing a package to a registry, the default is to publish everything in the package's source directory. This is not always optimal, since there are often files only relevant for development, such as tests and configuration files, and it could be that you first compile your source files and output them to a centralized location in a monorepo setup.