chore(update): add playwright to update script
This commit is contained in:
parent
e7080c1ad1
commit
7d7821c26b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ FileUtils.chdir APP_ROOT do
|
||||||
system('bundle check') || system!('bundle install')
|
system('bundle check') || system!('bundle install')
|
||||||
system! 'bun --version'
|
system! 'bun --version'
|
||||||
system! 'bun install'
|
system! 'bun install'
|
||||||
|
system! 'bunx playwright install chromium'
|
||||||
|
|
||||||
if ENV["UPDATE_WEBDRIVER"]
|
if ENV["UPDATE_WEBDRIVER"]
|
||||||
puts "\n== Updating webdrivers =="
|
puts "\n== Updating webdrivers =="
|
||||||
|
|
Loading…
Reference in a new issue