Gave web-ext the beta name and made signing happen at the end.

This commit is contained in:
Ajay Ramachandran
2020-05-17 00:23:44 -04:00
parent 252da8c56a
commit 842d35235a
2 changed files with 27 additions and 25 deletions

View File

@@ -32,7 +32,7 @@
},
"scripts": {
"web-run": "npm run web-run:chrome",
"web-sign": "web-ext sign -s dist",
"web-sign": "web-ext sign -s dist --id sponsorBlockerBETA@ajay.app",
"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",