Skip to content

Commit d5f1bce

Browse files
chore: Install only chromium
Signed-off-by: Luis Valdes <[email protected]>
1 parent d63923e commit d5f1bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "Scheduled Playwright smoke tests for CopilotKit demo apps",
66
"scripts": {
7-
"postinstall": "playwright install --with-deps",
7+
"postinstall": "playwright install --with-deps chromium",
88
"test": "playwright test",
99
"test:ui": "playwright test --ui",
1010
"report": "playwright show-report"

0 commit comments

Comments
 (0)