Is there a way to initiate the next.js build process directly through the command line without needing to use the package.json file? Can we execute it without relying on npm run?
Perhaps running next build
in the command line could achieve this instead of npm run build
.
Thank you in advance for any assistance!