Skip to content

Commit

Permalink
Update package.json scripts for Manfiest v3 preview command (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford authored Nov 1, 2022
1 parent c9ae8ee commit 39564a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"remove-locales-github": "rm -rf src/_locales/.github",
"web-ext-run": "npm run remove-locales-github && web-ext run -s src/",
"web-ext-run:firefox": "npm run web-ext-run -- --target firefox-desktop",
"web-ext-run:firefox-mv3": "npm run web-ext-run -- --firefox-preview --pref=extensions.eventPages.enabled=true --verbose",
"web-ext-run:android": "npm run web-ext-run -- --target firefox-android --adb-device $npm_config_device --firefox-apk org.mozilla.fenix",
"web-ext-run:chrome": "npm run web-ext-run -- --target chromium",
"web-ext-run:desktop": "npm run web-ext-run -- --target chromium --target firefox-desktop"
Expand Down

0 comments on commit 39564a7

Please sign in to comment.