Skip to content

Commit

Permalink
docs: Update Lerna docs to use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 5, 2018
1 parent 724b7c4 commit fe778c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm run test:coverage

## Releasing

This repository uses [lerna](https://lernajs.io) to manage and release the packages. Lerna automatically releases all the outdated packages. To check which packages are outdated and will be released, type `lerna updated`.
This repository uses [lerna](https://lernajs.io) to manage and release the packages. Lerna automatically releases all the outdated packages. To check which packages are outdated and will be released, type `npx lerna updated`.

### Development release

Expand Down

0 comments on commit fe778c4

Please sign in to comment.