diff --git a/perf/efps/index.ts b/perf/efps/index.ts index 81f382e8b91..87fefb201af 100644 --- a/perf/efps/index.ts +++ b/perf/efps/index.ts @@ -80,7 +80,7 @@ const sanityPackagePath = path.join(tmpDir, 'node_modules', 'sanity') await exec({ text: ['Ensuring playwright is installed…', 'Playwright is installed'], - command: 'npx playwright install --with-deps', + command: 'npx playwright install', spinner, })