Vercel deployment instructions
npx convex deploy && yarn build.The docs (https://docs.convex.dev/production/hosting/vercel) state to use
npx convex deploy --cmd 'npm run build', however the screenshot shows npx convex deploy --cmd='npm run build' (note the =), but neither worked for me, erring with: error: unknown option '--cmd=npm run build'