Fix turbo cache flag: use --force#92796
Conversation
--force is the idiomatic turbo flag to ignore cached results. Equivalent to --cache=local:w,remote:w (write-only, skip reads).
7c33dc3 to
fe7c3a6
Compare
|
pr description is out of date? |
Failing test suitesCommit: fe7c3a6 | About building and testing Next.js
Expand output● create-next-app Biome configuration › should run biome check successfully on generated TypeScript project ● create-next-app Biome configuration › should run biome check successfully on generated JavaScript project ● create-next-app Biome configuration › should format code with biome successfully ● create-next-app Biome configuration › should show errors when biome detects issues
Expand output● create-next-app with package manager pnpm › should use pnpm for --use-pnpm flag ● create-next-app with package manager pnpm › should use pnpm when user-agent is pnpm
Expand output● create-next-app --app (App Router) › should create JavaScript project with --js flag ● create-next-app --app (App Router) › should create TypeScript project with --ts flag ● create-next-app --app (App Router) › should create project inside "src" directory with --src-dir flag ● create-next-app --app (App Router) › should create TailwindCSS project with --tailwind flag ● create-next-app --app (App Router) › should create an empty project with --empty flag ● create-next-app --app (App Router) › should create an empty TailwindCSS project with --empty flag
Expand output● create-next-app with package manager npm › should use npm for --use-npm flag ● create-next-app with package manager npm › should use npm when user-agent is npm
Expand output● create-next-app with package manager bun › should use bun for --use-bun flag ● create-next-app with package manager bun › should use bun when user-agent is bun
Expand output● create-next-app --no-app (Pages Router) › should create JavaScript project with --js flag ● create-next-app --no-app (Pages Router) › should create TypeScript project with --ts flag ● create-next-app --no-app (Pages Router) › should create project inside "src" directory with --src-dir flag ● create-next-app --no-app (Pages Router) › should create TailwindCSS project with --tailwind flag ● create-next-app --no-app (Pages Router) › should create an empty project with --empty flag ● create-next-app --no-app (Pages Router) › should create an empty TailwindCSS project with --empty flag
Expand output● create-next-app --example › should fall back to default template if failed to download ● create-next-app --example › should create if --example value is default
Expand output● pnpm-workspace-root › should detect root directory from pnpm-workspace.yaml and allow imports from outside app dir ● pnpm-workspace-root › should not have multiple lockfiles warning when pnpm-workspace.yaml is present
Expand output● create-next-app prompts › should not prompt user for choice and use defaults if --yes is defined ● create-next-app prompts › should not prompt user for choice and use defaults if --yes is defined ● create-next-app prompts › should use recommended defaults when user selects that option ● create-next-app prompts › should use recommended defaults when user selects that option
Expand output● CNA options matrix - app › --app --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --js --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --js --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - app › --app --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - app › --app --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --no-import-alias --eslint --src-dir --react-compiler --no-agents-md --no-tailwind ● CNA options matrix - pages › --no-app --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --tailwind ● CNA options matrix - pages › --no-app --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-agents-md --no-tailwind
Expand output● create-next-app with package manager pnpm › should use pnpm for --use-pnpm flag ● create-next-app with package manager pnpm › should use pnpm when user-agent is pnpm |
Fixes the turbo cache flag from
--cache=local(invalid) to--force.Follow-up to #92792.