We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42b1e1 commit de1828cCopy full SHA for de1828c
1 file changed
README.md
@@ -311,7 +311,7 @@ List all of the public packages in the current Lerna repo.
311
### run
312
313
```sh
314
-$ lerna run [script] // runs npm run my-script in all packages that have it
+$ lerna run [script] # runs npm run my-script in all packages that have it
315
$ lerna run test
316
$ lerna run build
317
```
@@ -329,7 +329,7 @@ $ lerna run --scope my-component test
329
### exec
330
331
332
-$ lerna exec -- [command] // runs the command in all packages
+$ lerna exec -- [command] # runs the command in all packages
333
$ lerna exec -- rm -rf ./node_modules
334
$ lerna exec -- protractor conf.js
335
0 commit comments