Skip to content

Commit b14909d

Browse files
committed
chore: remove duplicated pub in release script
1 parent a3799a6 commit b14909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"zip:firefox": "web-ext build -s packages/shell-chrome -a dist -i src --overwrite-dest",
2121
"sign:firefox": "node ./sign-firefox.js",
2222
"release": "npm run test && node release.js && npm run build && npm run zip && npm run pub",
23-
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox && npm run pub",
23+
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox",
2424
"pub": "npm run pub:electron && npm run pub:api",
2525
"pub:electron": "cd packages/shell-electron && npm publish --tag beta",
2626
"pub:api": "cd packages/api && npm publish",

0 commit comments

Comments
 (0)