NPM Start
WinstonAC opened this issue · 1 comments
WinstonAC commented
Hi There,
Every time I try to review changes I made after I stop the server the project isn't saved- I've forked and cloned the repo but It reverts back to the original settings.. Am I missing a step?
davidtmiller commented
Make sure you are changing files in the src
directory. If files are changed in the dist
directory, the project will rebuild from src
and override those changes.