#Can anyone give me the correct build command override for vercel?

6 messages · Page 1 of 1 (latest)

quartz cipher
#

I have used this npx convex deploy --cmd='npm run build' and npx convex deploy && npm run build getting error in both .

rapid hemlock
quartz cipher
#

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

rapid hemlock
#

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' ?