Skip to content

Commit

Permalink
dont auto link on bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Apr 5, 2023
1 parent 4420731 commit d28dc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/monoz/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def bundle(*command)
return help("bundle") if command.nil? || command.first == "help"

projects = Monoz.projects.order(:dependants)
Monoz::Services::BundleService.new(self).link_local_gems!(projects)
Monoz::Services::RunService.new(self).call(projects, "bundle", *command)

say "The command ran successfully in all project directories without any errors.", [:green]
Expand Down

0 comments on commit d28dc37

Please sign in to comment.