这是indexloc提供的服务,不要输入任何密码
Skip to content

docs: correct --affected flag equivalent #9969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Automatically filter to only packages that are affected by changes on the curren
turbo run build lint test --affected
```

By default, the flag is equivalent to `--filter=[main...HEAD]`. This considers changes between `main` and `HEAD` from Git's perspective.
By default, the flag is equivalent to `--filter=...[main...HEAD]`. This considers changes between `main` and `HEAD` from Git's perspective.

You can override the default base and head with their respective [System Environment Variables](/repo/docs/reference/system-environment-variables).

Expand Down Expand Up @@ -550,8 +550,8 @@ This flag can be helpful for debugging to determine things like:
<Callout type="info" title="Summaries viewer">
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
you to use the community-built
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you would
like to view your Run Summaries as a web view.
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
would like to view your Run Summaries as a web view.
</Callout>

### `--token`
Expand Down
Loading