Native Deployment Checks are now available
By Steven Van ·
Lint and typecheck now run on every deployment for all teams, with Vercel Agent suggesting fixes when a check fails on a pull request.
Vercel now runs lint and typecheck checks natively on every deployment, in parallel with the build, without needing external CI configuration. Native Deployment Checks are available to every team and sit alongside existing GitHub and Marketplace Deployment Checks.
- Added from a project's Build and Deployment settings, each check runs the matching script from package.json and is skipped automatically if no matching script exists.
- A check can be marked as required, holding the deployment from production until it passes, and each check can be scoped to specific environments.
- When a Native Deployment Check fails on a pull request, Vercel Agent investigates the failure and suggests a fix to review and merge.
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →