diff --git a/package.json b/package.json index 4828d79..6f6c5e5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "make:chrome": "run-s wp-build wext-lint package:chrome", "package:firefox": "web-ext build -o -s dist", "sign:firefox": "dotenv web-ext sign -s dist --channel=unlisted", - "sign-public:firefox": "dotenv web-ext -s dist sign --channel=listed || true", + "sign-public:firefox": "dotenv web-ext -s dist sign || true", "make:firefox": "run-s wp-build wext-lint sign:firefox", "make:firefox-public": "run-s wp-build wext-lint sign-public:firefox", "make:firefox-zip": "run-s wp-build wext-lint package:firefox" @@ -48,4 +48,4 @@ "webpack": "^5.85.0", "webpack-cli": "^5.1.1" } -} +} \ No newline at end of file