add missing minus (#22252)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
parent
79ee857380
commit
078dd06dd9
@ -202,7 +202,7 @@ Nx uses the project graph of your workspace to determine the order in which to [
|
||||
|
||||
```shell
|
||||
nx build myreactapp --graph # View the graph for building myreactapp
|
||||
nx run-many -targets build --graph # View the graph for building all projects
|
||||
nx run-many --targets build --graph # View the graph for building all projects
|
||||
nx affected --targets build --graph # View the graph for building the affected projects
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user