Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Discussion options

You must be logged in to vote

Hey @adamjabarry! I usually use Vercel CLI to check builds on my local computer.

The vercel dev command is useful for running a development build, and vercel build can be used to make sure a build will succeed.

If the problem is caused by a missing environment variable, you can review them in project settings or use the CLI to pull variables into a local file and check that they match what you expect.

You can also deploying projects from Vercel CLI if you want to deploy without pushing test code to GitHub.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@adamjabarry
Comment options

Answer selected by adamjabarry
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants