From c3f3a196d287934e0a0b9699e3805b903a0a07f1 Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Thu, 19 Sep 2024 23:01:39 -0400 Subject: [PATCH] test: keep playwright install script --- perf/efps/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })