From 7d7821c26b697708e0879b830fcfe584ed458d97 Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Tue, 15 Oct 2024 12:03:00 +0200 Subject: [PATCH] chore(update): add playwright to update script --- bin/update | 1 + 1 file changed, 1 insertion(+) 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 =="