From 435edf44ad69f538be8f4e2e78a08ae3ade1d31a Mon Sep 17 00:00:00 2001 From: Hangjit Rai Date: Mon, 14 Oct 2024 10:23:35 +1100 Subject: [PATCH] cleanup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c9c014..4d65d7b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lint-fix": "yarn eslint --fix .", "update-version:chrome": "yarn dot-json distribution/manifest_v3.json version $VER && cd distribution && mv manifest_v3.json manifest.json", "update-version:firefox": "yarn dot-json distribution/manifest_v2.json version $VER && cd distribution && mv manifest_v2.json manifest.json", - "release:firefox": "cd distribution && yarn web-ext sign --use-submission-api --channel listed", + "release:firefox": "cd distribution && yarn web-ext sign --channel listed", "release:chrome": "cd distribution && npx chrome-webstore-upload-cli@2 upload --auto-publish", "prepare": "yarn husky install" },