summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 10:37:29 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 10:37:29 -0700
commitefe856ed238e7a2be8d847c94ba8e0155b17ce9c (patch)
tree978ca6603c922947f16dbb603c9ec6e44ee0f46a
parent27d2104bfd297ac6e6e6ffe17ad12ad9dcd1bd3d (diff)
Fix a couple of dev commands
-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`: