npx expo start --no-dev --minify does not build the current codebase

Hello, I am trying to build my expo app in production mode with the command

npx expo start --no-dev --minify

However any code changes don’t have any effect on the build. I assume the build is somewhere cached but even following the Clear bundler caches on Windows - Expo Documentation it still renders the same app.

Any help is highly appreciated.