Is your feature request related to a problem? Please describe.
Currently one of the main pains in the devx is having everything work locally but have your CI fail due to no types generated. We can prevent this with a pre push hook that runs codegen.
refer to the lefthook docs for more information https://github.com/evilmartians/lefthook?tab=readme-ov-file#tags
BEFORE MERGING
Is your feature request related to a problem? Please describe.
Currently one of the main pains in the devx is having everything work locally but have your CI fail due to no types generated. We can prevent this with a pre push hook that runs codegen.
refer to the lefthook docs for more information https://github.com/evilmartians/lefthook?tab=readme-ov-file#tags
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)