Skip to content

Conversation

@davidcheung
Copy link
Contributor

No description provided.

@davidcheung davidcheung requested a review from a team as a code owner September 7, 2022 21:23
- name: Generate client
run: |
docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator-cli generate -i /local/api/notification-service.yaml -g javascript -o /local/client -p projectName="@commitdev/zero-notification-service-client" -p projectDescription="Generated client for zero-notification-service" -p projectVersion="${{ github.event.release.tag_name }}" -p moduleName="NotificationService"
docker run --rm -v ${GITHUB_WORKSPACE}:/local openapitools/openapi-generator:cli-5.3.x \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also had the newer generated schema with the inner in response types so have to cap the version

@davidcheung davidcheung requested a review from bmonkman September 7, 2022 21:25
@davidcheung davidcheung merged commit 539322b into main Sep 7, 2022
@davidcheung davidcheung deleted the typescript-client branch September 7, 2022 22:17
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.

3 participants