Skip to content

Commit

Permalink
Remove channel argument
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Jun 5, 2023
1 parent e62345c commit 077e46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48,4 +48,4 @@
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
}
}
}

0 comments on commit 077e46a

Please sign in to comment.