This PR updates our currently-empty pre-commit hook:
If any DTOs or Enums change, composer types will now automatically run.
If _enUS.json changes, pnpm i18n:sync will now automatically run.
Files that are changed from these will be staged and automatically included in the commit. This should ensure our generated types and locale JSON files are always up-to-date.
This PR updates our currently-empty pre-commit hook:
composer types
will now automatically run.pnpm i18n:sync
will now automatically run.Files that are changed from these will be staged and automatically included in the commit. This should ensure our generated types and locale JSON files are always up-to-date.