I'm building an app with NextJs and Typescript. I'm trying to run next build (yarn build
) on my local machine to check for typescript warnings and build errors before deploying.
Next build hangs at 'Creating an optimized production build' and hangs forever. Don't even know where to start to address this issue. Can anyone help with this?