We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599e069 commit b6354a4Copy full SHA for b6354a4
package.json
@@ -26,7 +26,7 @@
26
"build:js": "run-s build:js:*",
27
"build:js:webpack": "webpack -p",
28
"build:minimize-dist": "shx rm -rf add-on/dist/lib add-on/dist/contentScripts/ add-on/dist/bundles/ipfsProxyContentScriptPayload.bundle.js",
29
- "build:bundle-all": "npm run bundle:generic && cross-env RELEASE_CHANNEL=${RELEASE_CHANNEL:=dev} run-s bundle:firefox:$RELEASE_CHANNEL bundle:brave:$RELEASE_CHANNEL || run-s bundle:firefox bundle:brave",
+ "build:bundle-all": "npm run bundle:generic && cross-env RELEASE_CHANNEL=${RELEASE_CHANNEL:=dev} run-s bundle:brave:$RELEASE_CHANNEL bundle:firefox:$RELEASE_CHANNEL || run-s bundle:firefox bundle:brave",
30
"bundle": "run-s bundle:*",
31
"bundle:firefox:dev": "npm run bundle:firefox",
32
"bundle:firefox:stable": "npm run bundle:firefox",
0 commit comments