Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 authored May 31, 2024
1 parent e983421 commit bd77906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FileUtils.chdir APP_ROOT do
system("bundle check") || system!("bundle install")
puts "Gems installed".green

puts "\n== Installing packages using yarn=="
puts "\n== Installing packages using bun=="
if command?("bun")
system!("bun install")
else
Expand Down

0 comments on commit bd77906

Please sign in to comment.