Skip to content

Commit 91dd30f

Browse files
committed
Use a local lockfile to prevent unnecessary installations.
1 parent d6d02d7 commit 91dd30f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/browser/test/e2e/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dist
2+
yarn.lock

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 && yarn install --no-lockfile",
17-
"pretest": "webpack",
16+
"postinstall": "playwright install --with-deps",
17+
"pretest": "yarn install && webpack",
1818
"test": "playwright test ./test --browser=all",
1919
"posttest": "rimraf dist",
2020
"dev": "webpack-dev-server"

0 commit comments

Comments
 (0)