We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bf03b commit aaaaa7dCopy full SHA for aaaaa7d
dev-packages/browser-integration-tests/package.json
@@ -9,7 +9,7 @@
9
"private": true,
10
"scripts": {
11
"clean": "rimraf -g suites/**/dist loader-suites/**/dist tmp",
12
- "install-browsers": "[[ -z \"$SKIP_PLAYWRIGHT_BROWSER_INSTALL\" ]] && yarn install-browsers || echo 'Skipping browser installation'",
+ "install-browsers": "[[ -z \"$SKIP_PLAYWRIGHT_BROWSER_INSTALL\" ]] && yarn npx playwright install --with-deps || echo 'Skipping browser installation'",
13
"lint": "eslint . --format stylish",
14
"fix": "eslint . --format stylish --fix",
15
"type-check": "tsc",
0 commit comments