Skip to content

Commit

Permalink
Send codegen output to stdout (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Apr 10, 2024
1 parent ec5152c commit 2a45f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a45f50

Please sign in to comment.