Skip to content

Commit

Permalink
fix: webstore cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed May 4, 2022
1 parent 2043d52 commit f78dae0
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 @@ -16,7 +16,7 @@
"scripts": {
"test": "xo",
"build": "gulp dist",
"release:cws": "cd build && webstore upload --auto-publish",
"release:cws": "cd build && chrome-webstore-upload upload --auto-publish",
"release:amo": "cd build && web-ext-submit",
"release": "npm run build && npm run release:cws && npm run release:amo"
},
Expand Down

0 comments on commit f78dae0

Please sign in to comment.