You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're adopting this hook instead of checked-in generated protobuf files, which works great. The big downside is that we have to run hatch build before we can run any tests, as the generation is bound to the build target.
Although this seems more like a limitation from Hatch, I wonder if there is a recommendation from this hook on how to achieve this best.
Thank you
PS: great tool. Thank you
The text was updated successfully, but these errors were encountered:
We're adopting this hook instead of checked-in generated protobuf files, which works great. The big downside is that we have to run
hatch build
before we can run any tests, as the generation is bound to the build target.Although this seems more like a limitation from Hatch, I wonder if there is a recommendation from this hook on how to achieve this best.
Thank you
PS: great tool. Thank you
The text was updated successfully, but these errors were encountered: