From 67953bab680ae7dcbfe1cece982208b971009d2a Mon Sep 17 00:00:00 2001 From: younglim Date: Tue, 3 Oct 2023 09:57:30 +0800 Subject: [PATCH] Add pack playwright webkit browser on MacOS --- scripts/install_purple_dependencies.command | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_purple_dependencies.command b/scripts/install_purple_dependencies.command index e88e005f..2c643a22 100755 --- a/scripts/install_purple_dependencies.command +++ b/scripts/install_purple_dependencies.command @@ -95,3 +95,6 @@ fi echo "Installing Node dependencies to $PWD" npm ci + +echo "Installing Playwright Webkit to $PLAYWRIGHT_BROWSERS_PATH" +npx playwright install webkit