Skip to content

Commit 9c16fab

Browse files
Copilotsiddharthkp
andcommitted
Add playwright install to pretest script
Co-authored-by: siddharthkp <[email protected]>
1 parent d1370ba commit 9c16fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
2626
"build": "tsc && npm run bundle && npm run manifest",
2727
"prepublishOnly": "npm run build",
28-
"pretest": "npm run build",
28+
"pretest": "npm run build && npx playwright install --with-deps",
2929
"test": "web-test-runner",
3030
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
3131
"manifest": "custom-elements-manifest analyze"

0 commit comments

Comments
 (0)