Skip to content

Commit 0753645

Browse files
Update package.json (#2956)
1 parent f620285 commit 0753645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "wct --local chrome && wct --local firefox",
3939
"lint": "eslint 'components/*.js' && eslint --plugin html 'components/test/*.html'",
4040
"lint-fix": "eslint --fix 'components/**/*.js' && eslint --fix --plugin html 'components/test/*.html' ",
41-
"postinstall": "cpy node_modules/@browser-logos/{chrome,chrome-beta,chrome-canary,chrome-dev,chromium,deno,edge,edge-beta,edge-canary,edge-dev,firefox,firefox-beta,firefox-nightly,safari,servo,uc}/*_64x64.png static && cpy node_modules/@browser-logos/firefox-developer-edition/*_64x64.png static --rename=firefox-dev_64x64.png && cpy node_modules/@browser-logos/safari/*_64x64.png static --rename=safari-beta_64x64.png && cpy node_modules/@browser-logos/safari-technology-preview/*_64x64.png static --rename=safari-dev_64x64.png && cpy node_modules/@browser-logos/safari-technology-preview/*_64x64.png static --rename=safari-preview_64x64.png",
41+
"postinstall": "cpy 'node_modules/@browser-logos/{chrome,chrome-beta,chrome-canary,chrome-dev,chromium,deno,edge,edge-beta,edge-canary,edge-dev,firefox,firefox-beta,firefox-nightly,safari,servo,uc}/*_64x64.png' static && cpy 'node_modules/@browser-logos/firefox-developer-edition/*_64x64.png' static --rename=firefox-dev_64x64.png && cpy 'node_modules/@browser-logos/safari/*_64x64.png' static --rename=safari-beta_64x64.png && cpy 'node_modules/@browser-logos/safari-technology-preview/*_64x64.png' static --rename=safari-dev_64x64.png && cpy 'node_modules/@browser-logos/safari-technology-preview/*_64x64.png' static --rename=safari-preview_64x64.png",
4242
"wctp": "wct -p",
4343
"wct": "wct"
4444
},

0 commit comments

Comments
 (0)