Send codegen output to stdout (#1381)

This commit is contained in:
helenye-stripe 2024-04-10 15:46:20 -07:00 committed by GitHub
parent ec5152c82e
commit 2a45f50bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ update-version:
codegen-format:
bundle install --quiet
bundle exec rubocop -o /dev/null --autocorrect
bundle exec rubocop --autocorrect
ci-test:
bundle install && bundle exec rake test