๐ Docs: How to replace --force with new --cache flag
robinscholz opened this issue ยท 0 comments
robinscholz commented
What is the improvement or update you wish to see?
When setting a --force
flag on a task, I ran into an error related to the newly implemented cache flag and its default value.
Cannot set `cache` config and other cache options (`force`, `remoteOnly`,`remoteCacheReadOnly`) at the same time.
It would be great if the docs could explain how to replace --force
with a --cache=
flag to avoid triggering this error.
Is there any context that might help us understand?
This happened while deploying to vercel with turbo run build --filter=docs
Does the docs page already exist? Please link to it.
No response