Baris
Baris4mo ago

Turborepo Vercel Deploy Build Command

Hi, I am using the custom build command specified in the documentation when deploying the NextJS project to Vercel:
npx convex deploy --cmd 'npm run build'
npx convex deploy --cmd 'npm run build'
I will start using Turborepo; what command (or turbo.json configuration) can I use instead that will fulfill the same function? Thank you!
3 Replies
Convex Bot
Convex Bot4mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Clever Tagline
Clever Tagline4mo ago
@Baris The first part—npx convex deploy will remain the same. What will change is the command run in the latter part. I'd like to think that the Turborepo docs will have details on that.
Baris
BarisOP4mo ago
Yep, I can probably find it if I spend some time, but maybe there is someone who has done the same process who can help me.

Did you find this page helpful?