Skip to content

Commit de1828c

Browse files
committed
docs: fix comments in shell script
1 parent c42b1e1 commit de1828c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ List all of the public packages in the current Lerna repo.
311311
### run
312312

313313
```sh
314-
$ lerna run [script] // runs npm run my-script in all packages that have it
314+
$ lerna run [script] # runs npm run my-script in all packages that have it
315315
$ lerna run test
316316
$ lerna run build
317317
```
@@ -329,7 +329,7 @@ $ lerna run --scope my-component test
329329
### exec
330330

331331
```sh
332-
$ lerna exec -- [command] // runs the command in all packages
332+
$ lerna exec -- [command] # runs the command in all packages
333333
$ lerna exec -- rm -rf ./node_modules
334334
$ lerna exec -- protractor conf.js
335335
```

0 commit comments

Comments
 (0)