Bonfida / token-vesting

A Vesting Contract for the Solana Blockchain
https://vesting.bonfida.org/
Other
257 stars 171 forks source link

yarn dev rolls back all file changes #29

Closed dt1 closed 2 years ago

dt1 commented 2 years ago

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.