quick question regarding…

less than 1 minute read

quick question regarding nx cloud cache in regard of https://github.com/nrwl/nx/issues/2404#issuecomment-599575953: the cache in the cloud is also calculated by nx.json/angular.json? if I make a change in angular.json, nx affected will say all projects are affected. will the cloud do the same or is that cache calulated differently? [nrwl/nx] Comment on #2404

Responses:

The actual artifacts for a lib cache are calcualted based on that lib (and its dependencies), if your nx.json has implicitDependencies set for the nx.json and/or angular.json then your lib will be affected but the artifacts might not have changes thus the cached aritfacts will be used.

Does that make sense?

I guess I understand, yes. Thank you

You are welcome! From my experience that is how it has worked but a nrwlian might correct me

Updated: