diff --git a/docs/shared/recipes/running-tasks/configure-inputs.md b/docs/shared/recipes/running-tasks/configure-inputs.md index f1d9aee3a1..875a9a5f98 100644 --- a/docs/shared/recipes/running-tasks/configure-inputs.md +++ b/docs/shared/recipes/running-tasks/configure-inputs.md @@ -169,7 +169,7 @@ Plugins which define compile or bundling tasks such as `@nx/webpack/plugin` and ```jsonc "inputs": [ - "production", // All files in a project including test files + "production", // All files in a project excluding test files "^production" // Inputs of a dependencies which may affect behavior of projects which depend on them ] ```