aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-09-11 18:08:44 -0400
committerAjay Ramachandran <[email protected]>2020-09-11 18:08:44 -0400
commite2718f1ebc0abe0806330975c418209b0d683eff (patch)
tree6e5733270837073f8eefb609b4e8303e4b4c5630 /package.json
parent7343986b1edd29adb079700003ba6b2681397edf (diff)
downloadSponsorBlock-e2718f1ebc0abe0806330975c418209b0d683eff.tar.gz
SponsorBlock-e2718f1ebc0abe0806330975c418209b0d683eff.zip
Fix release workflow
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6450ade6..88833083 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
},
"scripts": {
"web-run": "npm run web-run:chrome",
- "web-sign": "web-ext sign -s dist --id [email protected]",
+ "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",