We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d02d7 commit 91dd30fCopy full SHA for 91dd30f
packages/browser/test/e2e/.gitignore
@@ -1 +1,2 @@
1
dist
2
+yarn.lock
packages/browser/test/e2e/package.json
@@ -13,8 +13,8 @@
13
]
14
},
15
"scripts": {
16
- "postinstall": "playwright install --with-deps && yarn install --no-lockfile",
17
- "pretest": "webpack",
+ "postinstall": "playwright install --with-deps",
+ "pretest": "yarn install && webpack",
18
"test": "playwright test ./test --browser=all",
19
"posttest": "rimraf dist",
20
"dev": "webpack-dev-server"
0 commit comments