We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5845397 commit a5b72bcCopy full SHA for a5b72bc
1 file changed
package.json
@@ -32,7 +32,8 @@
32
"checksize": "npm run build && cat dist/bundled.js | gzip -9 | wc -c",
33
"icons": "node scripts/generateIconList.js",
34
"vscode-data": "wireit",
35
- "ncu": "ncu -u"
+ "ncu": "ncu -u",
36
+ "postinstall": "npx playwright install chromium --only-shell"
37
},
38
"wireit": {
39
"analyze": {
0 commit comments