My changes in the code do not get updated when I do yarn start
, but when I do yarn tsc
then only my changes are visible in the app. I have followed the build.md steps, yet there is this issue.
It sounds like you don't have the file watcher running. Try running yarn run watch
from a different terminal. Keep in mind that you'll need to run this from the root of the project.
1 Like