@ripplo/testing 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -470,7 +470,7 @@ The CLI lives in [`ripplo`](https://www.npmjs.com/package/ripplo). Most-used com
|
|
|
470
470
|
```bash
|
|
471
471
|
ripplo auth login # authenticate
|
|
472
472
|
ripplo init # scaffold .ripplo/ + write env vars
|
|
473
|
-
ripplo watch # local executor —
|
|
473
|
+
ripplo watch # local executor — run as a standalone background process
|
|
474
474
|
ripplo lint [ids..] # compile + lint
|
|
475
475
|
ripplo run [ids..] # run tests in parallel
|
|
476
476
|
```
|