File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,3 +275,7 @@ Using pseudocode `outputs = packageJson.targets.build.outputs || nxJson.targetDe
275275The ` "implicitDependencies": ["projecta", "!projectb"] ` line tells Nx that the parent project depends on ` projecta ` even
276276though there is no dependency in its ` package.json ` . Nx will treat such a dependency in the same way it treats explicit
277277dependencies. It also tells Nx that even though there is an explicit dependency on ` projectb ` , it should be ignored.
278+
279+ ## Additional Configuration
280+
281+ For additional ways to configure tasks and caching, see the relevant [ Nx documentation] ( https://nx.dev/recipes/running-tasks ) .
Original file line number Diff line number Diff line change @@ -188,3 +188,7 @@ the `--skip-nx-cache` flag to skip checking the computation cache.
188188npx lerna run build --skip-nx-cache
189189npx lerna run test --skip-nx-cache
190190```
191+
192+ ## Additional Configuration
193+
194+ For additional ways to configure tasks and caching, see the relevant [ Nx documentation] ( https://nx.dev/recipes/running-tasks ) .
You can’t perform that action at this time.
0 commit comments