Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 13, 2024
1 parent faa46f1 commit 435edf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 435edf4

Please sign in to comment.