70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
421 B
421 B
create-cloudflare
| create-cloudflare |
|---|
| patch |
Pass --no-install to @tanstack/cli create during scaffolding
Previously, the TanStack Start template did not pass --no-install to the framework CLI, causing dependencies to be installed twice: once by @tanstack/cli create and again by C3's own install step. This aligns the TanStack Start template with other framework templates that already skip the framework CLI's install.