Skip to content

Commit

Permalink
docs(website): Update task-pipeline-configuration.md (lerna#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt authored and Ross Rhodes committed Jan 3, 2023
1 parent 7dee523 commit ad41a3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/concepts/task-pipeline-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ This mechanism is very flexible. Let's look at this example:
When running `lerna run test --scope=myproj`, the above configuration would tell Lerna to

1. Run the `test` command for `myproj`
2. But since there's a dependency defined from `test -> build` (see `test:["build"]`), Lerna runs `build` for `myproj`
first.
2. But since there's a dependency defined from `test -> build`, Lerna runs `build` for `myproj` first.
3. `build` itself defines a dependency on `prebuild` (on the same project) as well as `build` of all the dependencies.
Therefore, it will run the `prebuild` script and will run the `build` script for all the dependencies.

Expand Down

0 comments on commit ad41a3f

Please sign in to comment.