Skip to content

Commit

Permalink
test: keep playwright install script
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 authored and ricokahler committed Sep 20, 2024
1 parent d706fa4 commit c3f3a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/efps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})

Expand Down

0 comments on commit c3f3a19

Please sign in to comment.