Skip to content

Commit

Permalink
docs(core): add NX_BATCH_MODE to env var references (nrwl#20235)
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn authored Nov 20, 2023
1 parent 30d94f7 commit 9b6c642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/shared/reference/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ The following environment variables are ones that you can set to change the beha
| NX_GENERATE_QUIET | boolean | If set to `true`, will prevent Nx logging file operations during generate |
| NX_PREFER_TS_NODE | boolean | If set to `true`, Nx will use ts-node for local execution of plugins even if `@swc-node/register` is installed. |
| NX_IGNORE_CYCLES | boolean | If set to `true`, Nx will ignore errors created by a task graph circular dependency. Can be overriden on the command line with `--nxIgnoreCycles` |
| NX_BATCH_MODE | boolean | If set to `true`, Nx will run task(s) in batches for executors which support batches. |

Nx will set the following environment variables so they can be accessible within the process even outside of executors and generators
Nx will set the following environment variables so they can be accessible within the process even outside of executors and generators.

| Property | Type | Description |
| ---------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 9b6c642

Please sign in to comment.