Skip to content

Commit 51d4906

Browse files
committed
Install playwright only on dev env
1 parent 984b716 commit 51d4906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"icons": "node scripts/generateIconList.js",
3434
"vscode-data": "wireit",
3535
"ncu": "ncu -u",
36-
"postinstall": "npx playwright install chromium --only-shell"
36+
"prepare": "npx playwright install chromium --only-shell"
3737
},
3838
"wireit": {
3939
"analyze": {

0 commit comments

Comments
 (0)