Added Firefox signing to CI

This commit is contained in:
Ajay Ramachandran
2020-04-27 00:01:45 -04:00
parent ad361cdf28
commit 44e8b316a5
2 changed files with 32 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
},
"scripts": {
"web-run": "npm run web-run:chrome",
"web-sign": "web-ext sign -s dist",
"web-run:firefox": "cd dist && web-ext run --start-url https://addons.mozilla.org/firefox/addon/ublock-origin/",
"web-run:chrome": "cd dist && web-ext run --start-url https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm -t chromium",
"build": "npm run build:chrome",