feat: use single command

This commit is contained in:
Karishma
2025-03-28 21:08:09 +05:30
committed by GitHub
parent f690c7fed0
commit 9b6006cafc

View File

@@ -65,8 +65,7 @@ npm install
cd ..
# install chromium and its dependencies
npx playwright install chromium
npx playwright install-deps chromium
npx playwright install --with-deps chromium
# get back to the root directory
cd ..