Skip to content

Commit a5b72bc

Browse files
committed
Setup playwright after install
1 parent 5845397 commit a5b72bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"checksize": "npm run build && cat dist/bundled.js | gzip -9 | wc -c",
3333
"icons": "node scripts/generateIconList.js",
3434
"vscode-data": "wireit",
35-
"ncu": "ncu -u"
35+
"ncu": "ncu -u",
36+
"postinstall": "npx playwright install chromium --only-shell"
3637
},
3738
"wireit": {
3839
"analyze": {

0 commit comments

Comments
 (0)