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 d1370ba commit 9c16fabCopy full SHA for 9c16fab
package.json
@@ -25,7 +25,7 @@
25
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
26
"build": "tsc && npm run bundle && npm run manifest",
27
"prepublishOnly": "npm run build",
28
- "pretest": "npm run build",
+ "pretest": "npm run build && npx playwright install --with-deps",
29
"test": "web-test-runner",
30
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
31
"manifest": "custom-elements-manifest analyze"
0 commit comments