When I'm running yarn dev, the command rolls back the changed files to their original state. I'm not sure if there is some sort of linter settings or other dependencies that would be causing this.
After I run yarn dev, emacs says the file changed on disk. When I make the changes, they show up while using less, so I know the changes are making their way to the file system. I removed .git and this still continues. This is the only time I've ever ran into this.
When I'm running
yarn dev
, the command rolls back the changed files to their original state. I'm not sure if there is some sort of linter settings or other dependencies that would be causing this.After I run
yarn dev
, emacs says the file changed on disk. When I make the changes, they show up while usingless
, so I know the changes are making their way to the file system. I removed.git
and this still continues. This is the only time I've ever ran into this.