package.json dosyasında deploy komutunu
"npm run clean && npm run build && next export -o dist/" olarak değiştirip dener misiniz.
> npm run clean && npm run build && next export -o dist/
npm ERR! Missing script: "clean"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
olarak hata verdi.