Skip to content

Commit b6e78dd

Browse files
committed
Move dependency installation from pretest to postinstall.
1 parent 19b0cc4 commit b6e78dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser/test/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
]
1414
},
1515
"scripts": {
16-
"postinstall": "playwright install --with-deps",
17-
"pretest": "yarn install --no-lockfile && webpack",
16+
"postinstall": "playwright install --with-deps && yarn install --no-lockfile",
17+
"pretest": "webpack",
1818
"test": "playwright test ./test --browser=all",
1919
"posttest": "rimraf dist",
2020
"dev": "webpack-dev-server"

0 commit comments

Comments
 (0)