File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
"sign:firefox" : " cross-var node ./scripts/signFireFoxAddon.mjs \" %npm_package_name%-%npm_package_version%-firefox.zip\" \" %npm_package_version%\" " ,
38
38
"test" : " yarn playwright test" ,
39
39
"package" : " yarn run package:chromium && yarn run package:firefox" ,
40
- "package:chromium" : " yarn run bundle:chromium && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-chromium.zip\" dist icons manifest.json LICENSE" ,
41
- "package:firefox" : " yarn run bundle:firefox && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-firefox.zip\" dist icons manifest.json LICENSE && yarn run sign:firefox" ,
42
- "package:firefox-no-sign" : " yarn run bundle:firefox && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-firefox.zip\" dist icons manifest.json LICENSE" ,
40
+ "package:chromium" : " yarn run bundle:chromium && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-chromium.zip\" dist static icons manifest.json LICENSE" ,
41
+ "package:firefox" : " yarn run bundle:firefox && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-firefox.zip\" dist static icons manifest.json LICENSE && yarn run sign:firefox" ,
42
+ "package:firefox-no-sign" : " yarn run bundle:firefox && cross-var npx bestzip \" %npm_package_name%-%npm_package_version%-firefox.zip\" dist static icons manifest.json LICENSE" ,
43
43
"package-pre" : " yarn run patch-pre && yarn run package" ,
44
44
"patch-pre" : " node ./scripts/applyPreReleasePatch.js" ,
45
45
"pretty" : " prettier --config .prettierrc --loglevel warn --write ." ,
You can’t perform that action at this time.
0 commit comments