If the build command uses turbo run --force, it will fail
Log output
Cannot set cache config and other cache options (force, remoteOnly,remoteCacheReadOnly) at the same time
If the build command uses turbo run --force, it will fail
Log output
Cannot set cache config and other cache options (force, remoteOnly,remoteCacheReadOnly) at the same time
@startracex Welcome to the Vercel community. Can you please try the below command:
turbo run build --force
The same behavior can also be set via the TURBO_FORCE environment variable.
it can be forced to run after TURBO_FORCE=true
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.