diff --git a/bin/update b/bin/update index ccb6fb6e3..c0d9ecefe 100755 --- a/bin/update +++ b/bin/update @@ -17,6 +17,7 @@ FileUtils.chdir APP_ROOT do system('bundle check') || system!('bundle install') system! 'bun --version' system! 'bun install' + system! 'bunx playwright install chromium' if ENV["UPDATE_WEBDRIVER"] puts "\n== Updating webdrivers =="