From 1f885f1288f58da6e59261ac6c859f2507f12e3b Mon Sep 17 00:00:00 2001 From: zhangciwu Date: Tue, 5 Jun 2018 06:40:21 +0800 Subject: [PATCH] docs: Update `--npm-client` details (#1442) [skip ci] --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b6ef758fc..f0aa924de9 100644 --- a/README.md +++ b/README.md @@ -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