deploy-preview
Installation
SKILL.md
Deploy Preview
Preview deployments are handled automatically by Cloudflare's git integration — do not run wrangler deploy locally.
Why Not Deploy Locally?
Local wrangler deploy creates a separate disconnected worker outside of Cloudflare's git integration. It won't share env vars, bindings, or the same worker config as the git-connected deployment.
Correct Workflow
-
Run quality checks locally:
pnpm typecheckStop and report any errors.