Skip to content

Commit

Permalink
docs(contributing): use npx for cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Oct 18, 2017
1 parent ae465c9 commit e7d4fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -49,6 +49,6 @@ Cutting a release is currently a manual process. We use a [Conventional Changelo
```
$ git fetch
$ git pull origin master # ensure you have the latest changes
$ unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify
$ unleash [-p for patch, -m for minor, -M for major]
$ npx unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify
$ npx unleash [-p for patch, -m for minor, -M for major]
```

0 comments on commit e7d4fa8

Please sign in to comment.