# Native Deployment Checks are now available

DevFeed: [Native Deployment Checks are now available](<https://devfeed.tech/articles/native-deployment-checks-are-now-available-1024.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/native-deployment-checks>)

Author: Dan Fox

Published: 2026-04-28T20:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Script](<https://devfeed.tech/topics/script.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [production](<https://devfeed.tech/tags/production.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel has introduced Native Deployment Checks, allowing teams to run lint and typecheck checks in parallel with builds on every deployment. Checks can be required to block production deployments, limited to selected environments, and automatically skipped when no matching script exists. Vercel Agent investigates failed checks on pull requests and suggests fixes for review and merging.

## Source excerpt

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 Deployment Checks alongside GitHub and Marketplace integrations. Once added from your project's Build and Deployment settings, Vercel runs the matching script from your package.json 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. When a Native Deployment Check fails on a pull request, Vercel Agent investigates the failure and suggests a fix you can review and merge. Read more