Skip to content

Commit

Permalink
docs(misc): adding npx where it missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pikooli committed Jul 19, 2024
1 parent 9410164 commit 31f7141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shared/tutorials/npm-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,13 @@ Now you're ready to use the `nx release` command to publish the `forms` and `but
To preview your first release, run:

```shell
nx release --first-release --dry-run
npx nx release --first-release --dry-run
```

The command will ask you a series of questions and then show you what the results would be. Once you are happy with the results, run it again without the `--dry-run` flag:

```shell
nx release --first-release
npx nx release --first-release
```

After this first release, you can remove the `--first-release` flag and just run `nx release --dry-run`. There is also a [dedicated feature page](/features/manage-releases) that goes into more detail about how to use the `nx release` command.
Expand Down

0 comments on commit 31f7141

Please sign in to comment.