run expo on production mode not give me the latest update

hello
i have an app with expo
this up has been update and buid and deploy on google play.
i want to run the app as production mode i use this command
“npx expo start --no-dev --minify”
it start the server on the terminal
but on the app when it open it give me my inital project (it mean the ui && logics are very old i think from the day i upload it to expo)
why is that?
i use eas update and update my all branches (include production)
i use eas build and upload to google play with the latest update
but still this command : “npx expo start --no-dev --minify” give me some oldest version
and it even not connected to my code
if i run something on the code it will not change