summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d01cf96..7a4cc91 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ After pulling down the code, set up dependencies:
```sh
$> npm install
-$> npx lerna bootstrap
+$> npm run bootstrap
```
To run unit tests for all tracked lerna packages, run the following:
```sh
-$> npx lerna test
+$> npx lerna run test
```
Running Jest in watch mode for a specific project requires the use of `lerna exec`: