Skip to content

feat(generate-schema-types): change default output path to src/__generated__/actor/#1104

Open
vladfrangu wants to merge 2 commits intomasterfrom
t3code/update-generate-types-default-path
Open

feat(generate-schema-types): change default output path to src/__generated__/actor/#1104
vladfrangu wants to merge 2 commits intomasterfrom
t3code/update-generate-types-default-path

Conversation

@vladfrangu
Copy link
Copy Markdown
Member

Summary

  • Changed default output directory for actor generate-schema-types from src/.generated/actor/ to src/__generated__/actor/
  • Updated .gitignore to ignore __generated__ instead of .generated
  • Updated docs, flag description, and test assertions to match the new path

Testing

  • Local unit tests updated and passing: generate-schema-types.test.ts verifies the new default output path src/__generated__/actor/input.ts
  • yarn lint && yarn format && yarn build should be run before merge

- Replace `.generated` with `__generated__` to follow common convention
- Update .gitignore, docs, command default, and tests accordingly
@vladfrangu vladfrangu requested a review from TC-MO as a code owner April 23, 2026 10:54
@github-actions github-actions Bot added this to the 139th sprint - Tooling team milestone Apr 23, 2026
@github-actions github-actions Bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants