does anyone know is the…

less than 1 minute read

does anyone know, is there a way to tell nx to not use the cache when running a set of tests? Occasionally we’ll have service tests for our APIs, and will tweak something manually about the infrastructure in the AWS console to test it out. But you have to make an edit to the tests to get them to run again

Responses:

You can set runtimeCacheInputs to break the cache based on a terminal command: https://nx.dev/react/workspace/computation-caching#runtime-cache-inputs

Updated: