Vercel deployment fails when using `npx convex deploy --cmd '...'`
npx convex deploy --cmd='vite build' The error is:
However, when I change the build command to
npx convex deploy && vite build things seem to work okay. Is this okay or is the --cmd option when calling convex deploy the ideal way?