mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-12 00:02:33 -05:00
Send codegen output to stdout (#1381)
This commit is contained in:
parent
ec5152c82e
commit
2a45f50bd6
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ update-version:
|
|||||||
|
|
||||||
codegen-format:
|
codegen-format:
|
||||||
bundle install --quiet
|
bundle install --quiet
|
||||||
bundle exec rubocop -o /dev/null --autocorrect
|
bundle exec rubocop --autocorrect
|
||||||
|
|
||||||
ci-test:
|
ci-test:
|
||||||
bundle install && bundle exec rake test
|
bundle install && bundle exec rake test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user