Skip to main content

Pre-Deployment Checklist

Before pushing code, ensure:

  • Local build succeeds (see Local Build Verification)
  • TypeScript compiles without errors
  • ESLint passes (run yarn lint)
  • All environment variables are set in Vercel dashboard
  • No console errors in development mode
  • Database migrations applied (if any)
  • External service credentials are valid