Skip to content

Commit

Permalink
docs: Update --npm-client details (#1442) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangciwu authored and evocateur committed Jun 4, 2018
1 parent ef5f0db commit 1f885f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -1041,8 +1041,12 @@ $ lerna bootstrap --hoist --nohoist=babel-*

#### --npm-client [client]

Install external dependencies using `[client] install`. Must be an executable
that knows how to install npm dependencies.
This will apply to actions below:
* Install external dependencies using `[client] install`
* Publish packages with `[client] publish`
* Run scripts with `[client] run [command]`

Must be an executable that knows how to install npm dependencies, publish packages, and run scripts.

```sh
$ lerna bootstrap --npm-client=yarn
Expand Down

0 comments on commit 1f885f1

Please sign in to comment.