Skip to content
Dashboard

Update Project Settings from the Vercel CLI

Software Engineer
▲ vercel project update my-project --framework nextjs --build-command "pnpm build"
✓ Updated Project Settings
Project my-project
Framework Vite (vite) → Next.js (nextjs)
Build Command npm run build → pnpm build

vercel project update my-project --auto-detect build-command,output-directory

vercel project update my-project --framework vite --format=json

Ready to deploy?