docs(misc): update monorepo-ci-azure.md (#26299)
Add `--targets` to `nx affected` command.
This commit is contained in:
parent
e9d9c9fde9
commit
6fd9cf4d45
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
|
||||
# - script: yarn nx-cloud record -- echo Hello World
|
||||
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) lint test build
|
||||
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) --targets lint test build
|
||||
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) --parallel 1 e2e-ci
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user