Skip to content

Commit

Permalink
chore: fix chrome-webstore-upload-cli call
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Nov 1, 2021
1 parent 505925c commit dda5ea0
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 @@ -12,7 +12,7 @@
"e2e": "node ./e2e/generate-fixtures-json.js && jest --config=e2e/jest-e2e.config.js",
"test:watch": "jest --watch",
"version": "./scripts/version.sh",
"release:cws": "cd dist && webstore upload --auto-publish",
"release:cws": "cd dist && chrome-webstore-upload-cli upload --auto-publish",
"release:amo": "cd dist && web-ext-submit",
"release": "yarn release:cws && yarn release:amo",
"build": "webpack --mode=production",
Expand Down

0 comments on commit dda5ea0

Please sign in to comment.