ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize A JSON schema for lerna.json files.
{{repoTitle.MainEntity}}
version - The current version of the repository (or independent).
npmClient - Specify which client to run commands with (change to "yarn" to run commands with yarn. Defaults to "npm".
useWorkspaces - Enable workspaces integration when using Yarn.
npmClientArgs Array of strings that will be passed as arguments to the npmClient.
#
Values
Actions
{{$index+1}}.
workspaces Array of globs to use a workspace locations.
#
Values
Actions
{{$index+1}}.
packages Array of globs to use a package locations.
#
Values
Actions
{{$index+1}}.
ignoreChanges Array of globs of files to ignore when detecting changed packages.
#
Values
Actions
{{$index+1}}.
.command
_
.command.publish
_
command.publish.ignoreChanges - An array of globs that won't be included in "lerna changed/publish". Use this to prevent publishing of a new version unnecessarily for changes, such as fixing a README.md typo.
command.publish.message - A custom commit message when performing version updates for publication. See https://github.com/lerna/lerna/tree/master/commands/version#--message-msg for more information.
.command.bootstrap
_
command.bootstrap.ignore - An array of globs that won't be bootstrapped when running "lerna bootstrap" command.
command.bootstrap.npmClientArgs Array of strings that will be passed as arguments directly to "npm install" during the "lerna bootstrap" command.
#
Values
Actions
{{$index+1}}.
.command.init
_
command.init.exact - Use lerna 1.x behavior of "exact" comparison. It will enforce the exact match for all subsequent executions.
.command.run
_
command.run.npmClient - Which npm client should be used when running package scripts.
.command.version
_
command.version.allowBranch - A whitelist of globs that match git branches where "lerna version" is enabled.
command.version.message - A custom commit message when performing version updates for publication. See https://github.com/lerna/lerna/tree/master/commands/version#--message-msg for more information.
Download Json
{{message}}