Skip to content

Commit

Permalink
Another attempt at reloading the build task
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 5, 2023
1 parent 7cb8baa commit a668b5d
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 @@ -113,7 +113,7 @@ end
task :reload_and_build do
Rake::Task.clear
require "bundler/gem_helper"
Bundler::GemHelper.install_tasks
Bundler::GemHelper.new.install_tasks
Rake::Task['build'].invoke
end

Expand Down

0 comments on commit a668b5d

Please sign in to comment.