I need your help,
My question is in our project angular, we use in script : run build my-project && npm install ./dist/my-project and then ng serve.
All is ok, the server start,
But when i modify something, the server does not restart automatically. When i asked my friend in the team, he says it normal that the server does not restart and does not detect modification because we use "ng build" we have a lib, and we should modify this..
You have an idea ? what i can do ?
Thanks