#Can anyone give me the correct build command override for vercel?
6 messages · Page 1 of 1 (latest)
https://docs.convex.dev/production/hosting/vercel
it looks like the recommended command doesn't have an equals sign
hello @rapid hemlock in the doc's attached image has a equal sign , I had some other problems in the deployment , after fixing those I used the one with equal
i just tried it myself and the command works with or without the equals sign
what doesn't work, and gets the same error you're seeing, is if there's whitespace around the equals sign
from your screenshot there doesn't appear to be whitespace around the equals sign though, so i'm confused. what happens if you do the command npx convex deploy --cmd 'npm run build' ?