[Development environment] script/develop auto update

Hi everyone,
I succeeded to set up a development environment on Docker for the core and frontend part :slight_smile:
I read on the documentation that running “script/developer” allows us to have something that will update automatically the frontend once a modification is done on the source files.
However, when I tried to change something on the translations folder (to have a view of a change easily), nothing changed … Until I rerun the “script/develop” again and then I have my change showing up.

What did I missed ? Do we need to rerun the “script/developer” anytime ?
I’m on the “dev” branch of the frontend repository.

Thank you