Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c240d6e

Browse files
committed
install latest playwright on test
1 parent b207c87 commit c240d6e

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
@@ -15,7 +15,7 @@
1515
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
1616
"build": "tsc && npm run bundle && npm run manifest",
1717
"prepublishOnly": "npm run build",
18-
"pretest": "npm run build",
18+
"pretest": "npm run build; npx playwright install",
1919
"test": "web-test-runner",
2020
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
2121
"manifest": "custom-elements-manifest analyze"

0 commit comments

Comments
 (0)