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 b207c87 commit c240d6eCopy full SHA for c240d6e
package.json
@@ -15,7 +15,7 @@
15
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
16
"build": "tsc && npm run bundle && npm run manifest",
17
"prepublishOnly": "npm run build",
18
- "pretest": "npm run build",
+ "pretest": "npm run build; npx playwright install",
19
"test": "web-test-runner",
20
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
21
"manifest": "custom-elements-manifest analyze"
0 commit comments