Skip to content

Cleanup schema-*.json files after build process #202

@coryodaniel

Description

@coryodaniel

During the build process, schema-*.json files are currently being generated and written to disk. Since these schemas are no longer required to be published directly, these generated files are being left in the repository working directory.

Impact

  • Generated schema files are cluttering git repositories
  • These build artifacts may accidentally be committed to version control
  • Unnecessary files are persisting after the build process completes

Proposed Solution

Consider one of the following approaches:

  1. Skip disk output: Modify the build process to avoid writing schema files to disk if they're not needed for the build
  2. Post-build cleanup: Add a cleanup step to automatically remove generated schema files after the build completes
  3. Ignore patterns: If the files must be generated, ensure they're properly added to .gitignore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions