Skip to content

Commit

Permalink
Remove Chromium as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Aug 23, 2023
1 parent 39f91a8 commit f8de7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_purple_dependencies.command
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "Installing Node dependencies to $PWD"
npm ci --force

echo "Installing Playwright browsers"
npx playwright install chromium webkit
npx playwright install webkit



Expand Down

0 comments on commit f8de7b5

Please sign in to comment.