Html templates failing to work in PROD mode

I have changed some html templates in my project and the issue is that the new templates don’t work in PROD because still getting the old ones I removed but work fine in DEV mode…I ran the following codes

set “MIX_ENV=prod”
mix deps.get
mix compile
npm run deploy --prefix ./assets
mix phx.digest

what could be problem

Hi!

Do you run a release?

This is a duplicate of Html templates failing to work in producation mode.