Skip to content

Commit b6354a4

Browse files
committed
fix(dev-build): default to firefox manifest
1 parent 599e069 commit b6354a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:js": "run-s build:js:*",
2727
"build:js:webpack": "webpack -p",
2828
"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",
29+
"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",
3030
"bundle": "run-s bundle:*",
3131
"bundle:firefox:dev": "npm run bundle:firefox",
3232
"bundle:firefox:stable": "npm run bundle:firefox",

0 commit comments

Comments
 (0)