We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3799a6 commit b14909dCopy full SHA for b14909d
package.json
@@ -20,7 +20,7 @@
20
"zip:firefox": "web-ext build -s packages/shell-chrome -a dist -i src --overwrite-dest",
21
"sign:firefox": "node ./sign-firefox.js",
22
"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",
+ "release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox",
24
"pub": "npm run pub:electron && npm run pub:api",
25
"pub:electron": "cd packages/shell-electron && npm publish --tag beta",
26
"pub:api": "cd packages/api && npm publish",
0 commit comments