Skip to content

Commit dist files #1458

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

Closed
wants to merge 2 commits into from
Closed

Conversation

jmorel
Copy link

@jmorel jmorel commented Mar 15, 2023

Fixes #1457

Allows npm exec can target any commit. E.g.

npm exec -- https://github.com/jmorel/openapi-typescript-codegen/tree/7f39f203992eeb3d97345d4d6366adb0cb485401 --input https://petstore.swagger.io/v2/swagger.json --output petstore 

In order to make sure the committed dist files are always up to date, a github action has been added that checks for each PR that the committed values exactly match the output of the build.

@ferdikoomen
Copy link
Owner

Merged #1533 in favour if this

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

Successfully merging this pull request may close these issues.

Allow running any commit through npx
2 participants