Skip to content

Commit

Permalink
docs(core): remove reference to affected:graph (#27128)
Browse files Browse the repository at this point in the history
Fixes #26582
  • Loading branch information
isaacplmann authored Jul 25, 2024
1 parent 3ba2763 commit 3a5e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/using-nx/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ For instance, if my PR changes `lib10`, and we then run `nx affected -t test`, N
You can also visualize the affected projects using the [Nx graph](/features/explore-graph). Simply run:

```shell
nx affected:graph
nx graph --affected
```

## Specify Which SHAs to Use to Calculate Affected Code
Expand Down

0 comments on commit 3a5e0dd

Please sign in to comment.