Skip to content

Commit

Permalink
docs(core): update docs for caching to clarify runtime inputs are set…
Browse files Browse the repository at this point in the history
… by user (#10686)
  • Loading branch information
jaysoo committed Jun 10, 2022
1 parent c421324 commit d6e0cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/using-nx/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By default, the computation hash for say `nx test app1` includes:
- All the source files of `app1` and its dependencies
- Relevant global configuration
- Versions of external dependencies
- Runtime values provisioned by the user such as the version of Node
- [Runtime values provisioned by the user](#runtime-hash-inputs)
- CLI Command flags

![computation-hashing](/shared/mental-model/computation-hashing.png)
Expand Down

1 comment on commit d6e0cb0

@vercel
Copy link

@vercel vercel bot commented on d6e0cb0 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.