Skip to content

Commit 4465d43

Browse files
committed
run playwright install
1 parent 8c5bf0a commit 4465d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint-fix": "eslint --max-warnings 0 --fix .",
3232
"test": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test",
3333
"test-firefox": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test-firefox",
34-
"test-chrome": "yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome",
34+
"test-chrome": "playwright install && yarn workspaces foreach --all --topological-dev --parallel --verbose run test-chrome",
3535
"coverage": "yarn workspaces foreach --all --topological-dev --parallel --verbose run coverage",
3636
"build": "yarn workspaces foreach --all --topological-dev --parallel --verbose run build",
3737
"docs": "yarn workspaces foreach --all --topological-dev --parallel --verbose run docs",

0 commit comments

Comments
 (0)