Skip to content

Commit

Permalink
fix(dev-build): default to firefox manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 12, 2019
1 parent 599e069 commit b6354a4
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 @@ -26,7 +26,7 @@
"build:js": "run-s build:js:*",
"build:js:webpack": "webpack -p",
"build:minimize-dist": "shx rm -rf add-on/dist/lib add-on/dist/contentScripts/ add-on/dist/bundles/ipfsProxyContentScriptPayload.bundle.js",
"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",
"bundle": "run-s bundle:*",
"bundle:firefox:dev": "npm run bundle:firefox",
"bundle:firefox:stable": "npm run bundle:firefox",
Expand Down

0 comments on commit b6354a4

Please sign in to comment.