Skip to content

Commit 566136e

Browse files
committed
do not install playwright on postinstall
1 parent 01e73a1 commit 566136e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
"private": true,
1010
"scripts": {
1111
"clean": "rimraf -g suites/**/dist loader-suites/**/dist tmp",
12-
"install-browsers": "npx playwright install",
12+
"install-browsers": "npx playwright install --with-deps",
1313
"lint": "eslint . --format stylish",
1414
"fix": "eslint . --format stylish --fix",
1515
"type-check": "tsc",
16-
"postinstall": "yarn install-browsers",
1716
"pretest": "yarn clean && yarn type-check",
1817
"test": "yarn test:all --project='chromium'",
1918
"test:all": "npx playwright test -c playwright.browser.config.ts",

0 commit comments

Comments
 (0)