这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

You have a few options for disabling remote caching depending on your execution context.

Locally

Option 1.

Run turbo unlink

This will unlink the current repo from the Vercel remote cache. No runs will use the cache unless the repo is relinked

Option 2

Run with --force

This will bypass the cache for any run that includes this argument.

On Vercel

Option 1

Disable globally

The Vercel Remote Cache can be disabled on an account level using the toggle found in account/billing (see the docs for more details)

Option 2

Update your build script to include --force

This will bypass the cache for any run that includes this argument.

In CI

Option 1

Update your build script to include --force

T…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tknickman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants