Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal: Add a pipeline check for up-to-date generated api file on FE #2722

Open
StaNov opened this issue Nov 26, 2024 · 1 comment
Open

Comments

@StaNov
Copy link
Contributor

StaNov commented Nov 26, 2024

Current situation:

  1. A dev alters BE API.
  2. The change gets merged into master.
  3. The apiSchema.generated.ts file stays not updated.

Proposed solution:

  • Add a pipeline check which would:
    • generate the file,
    • failed if there are any differences between the one in the repo.
@JanCizmar
Copy link
Contributor

JanCizmar commented Nov 26, 2024

Please use commit message prefixes according to the convention: https://www.conventionalcommits.org/en/v1.0.0/

EDIT: Oh, it's not PR. Sorry then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants