Estou tentando rodar o npm run build no terminal: meu json ta assim "scripts": { "dev": "next dev", "build": "rm -rf build && next build && next export && mv ./out ./build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "deploy:prod": "npm run build && vercel ./build --confirm --no-clipboard" },
com isso não consigo rodar o build na vercel.