From 077e46a2b6a60a9dd0b46b8b15fc9bd0f83fe9db Mon Sep 17 00:00:00 2001 From: octo Date: Mon, 5 Jun 2023 20:50:02 +0300 Subject: [PATCH] Remove channel argument --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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