Skip to content

Commit 8155947

Browse files
committed
chore: playwright install --with-deps
1 parent 4fc01bc commit 8155947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:e2e:ui": "playwright test --ui",
1919
"test:e2e:headed": "playwright test --headed",
2020
"test:e2e:debug": "playwright test --debug",
21-
"playwright:install": "playwright install"
21+
"playwright:install": "playwright install --with-deps"
2222
},
2323
"dependencies": {
2424
"@fumadocs/mdx-remote": "^1.3.2",

0 commit comments

Comments
 (0)