Hi guys, I need help overriding the
Hi guys, I need help overriding the build command on eas.
On Vercel with a NextJS project, you can override it with this command
npx convex deploy --cmd 'npm run build'
How do I achieve this in eas build command with a convex react native project?
On Vercel with a NextJS project, you can override it with this command
npx convex deploy --cmd 'npm run build'
How do I achieve this in eas build command with a convex react native project?
