Skip to content

Commit

Permalink
docs: fix the argument passing in npm script (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
lulzneko committed Dec 7, 2021
1 parent 82a2a31 commit abae7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you're not sure, you can always run commands in dry mode.
```bash
yarn run release --dry-run
# or
npm run release --dry-run
npm run release -- --dry-run
```
It will show you which steps are going to be executed without actually executing them.
Expand Down

0 comments on commit abae7f2

Please sign in to comment.