-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: yarn watch updates (specified) tests when source files change #465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even more amazing! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty excited to use this; hacking on ts-proto is going to be so easy now :-)
Cool 👍 Hope it will prove useful! The developer experience of ts-proto is quite nice once you have a PR open. I like how everything gets released automatically, so you can immediately enjoy the improvements without waiting for manual actions. The only thing that was hard was getting started and figuring out the commands. Hopefully this is now a lot better. It would be great if more devs will start playing with the source now and create pull requests. Cheers! |
# [1.99.0](v1.98.0...v1.99.0) (2022-01-07) ### Features * yarn watch updates (specified) tests when source files change ([#465](#465)) ([275d0e7](275d0e7))
🎉 This PR is included in version 1.99.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Attempting to further improve developer workflow. Hoping - but not sure - that I didn't go too far, I would like feedback on these additions separately.
yarn watch
monitor source directories as wellyarn watch TEST1 TEST2
to automatically recompile TEST1 and TEST2 when sources changeExample run