Vercel BlogApril 28, 2026

Native Deployment Checks are now available

by Cody Wong

You can now run lint and typecheck on every Vercel deployment, in parallel with the build. Native Deployment Checks are available to every team and join your existing alongside GitHub and Marketplace integrations.Deployment Checks

Once added from your project's , Vercel runs the matching script from your on each deployment, and skips the check if no matching script exists. You can mark a check as required to hold the deployment from production until it passes, and choose which environments each check runs on.Build and Deployment settingspackage.json

When a Native Deployment Check fails on a pull request, investigates the failure and suggests a fix you can review and merge.Vercel Agent

Read more