Skip to content

Commit

Permalink
Specify Playwright browser during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hulloitskai committed Dec 11, 2023
1 parent 84d4d3f commit 982ee70
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 @@ -40,7 +40,7 @@ FileUtils.chdir APP_ROOT do

puts "\n=> Installing Playwright"
system! "bin/yarn global add playwright"
system! "playwright install"
system! "playwright install chromium"

# puts "\n=> Copying sample files"
# unless File.exist?("config/database.yml")
Expand Down

0 comments on commit 982ee70

Please sign in to comment.