Is there a way to clear …
Is there a way to clear the nx cloud cache?
Responses:
you can run some commands with --skip-nx-cache
which might do what you want
I think I got my CI into a weird state where there was a circular dependency
So the next time I run build, won’t it use the old cache before I run the --skip-nx-cache
feature?
Because presumably the --skip-nx-cache
feature will also skip writing to the cache?
I just set up a new Nx Cloud workspace for my project
i do not know if skip cache also does not write to it.
Okay.