Skip to content

Commit

Permalink
Remove build_schemas from default rake task
Browse files Browse the repository at this point in the history
This task is intended to be run separately from the default rake task for publishing api. We still build schemas as part of our CI process (in order to check that the schemas on the PR are up to date) so we will still have coverage.
  • Loading branch information
BeckaL committed Dec 1, 2022
1 parent 9cc69dd commit 74c40c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rescue LoadError
end

Rake::Task[:default].clear if Rake::Task.task_defined?(:default)
task default: %i[rubocop spec pact:verify build_schemas]
task default: %i[rubocop spec pact:verify]

0 comments on commit 74c40c5

Please sign in to comment.