feat: install system deps only for chromium

This commit is contained in:
Karishma
2025-03-28 21:04:20 +05:30
committed by GitHub
parent 5a0cff6d6a
commit 7c15823e38

View File

@@ -66,7 +66,7 @@ cd ..
# make sure playwright is properly initialized
npx playwright install chromium
npx playwright install-deps
npx playwright install-deps chromium
# get back to the root directory
cd ..