diff --git a/package.json b/package.json index 183ff91e63..a57d768517 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "typescript": "^5.4.5" }, "scripts": { - "install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps", + "install:modern": "cd tools/modern-tests && npm install && npx playwright install && npx playwright install --with-deps chromium-headless-shell", "test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js", "test:modern": "cd tools/modern-tests && npm test -- " },