2.0.1 • Published 4 years ago
@typescript-tools/configure-lerna-manifest v2.0.1
configure-lerna-manifest
Configure Lerna manifest properties
Install
npm install --save-dev @typescript-tools/configure-lerna-manifestUse
Usage:
configure-lerna-manifest [--root <root>] --packages [<package>]...
Options:
packages Package names or paths to include in the lerna manifest (also reads from stdin)
--root=<root> Root of lerna mono-repositoryFor example:
git diff --name-only "origin/${CI_DEFAULT_BRANCH}" \
| npx containing-packages \
| npx packages-to-rebuild-on-changes \
| npx configure-lerna-manifest --packagesThis one-liner
- determines the packages that contain diffs when compared against the default git branch,
- calculates internal dependencies and internal consumers, and
- sets the
packagesproperty oflerna.jsonto this list
2.0.1-beta.1
4 years ago
2.0.1
4 years ago
2.0.0-beta.2
4 years ago
2.0.0-beta.1
4 years ago
2.0.0
4 years ago
1.0.8-beta.1
4 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago