Skip to content

Commit aab21ff

Browse files
committed
🧑‍💻 (config): Add run:firefox:android npm script
1 parent 9d273d4 commit aab21ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"ci": "npm run lint && npm run format && npm run type-check && npm run test:addon && npm run test:coverage",
6262
"dev": "npm run build",
6363
"dev:check": "npm run lint && npm run format && npm run type-check",
64+
"run:firefox:android": "web-ext run --target=firefox-android --firefox-apk org.mozilla.fenix --source-dir ./dist",
6465
"update:deps": "npx npm-check-updates --concurrency 10 --timeout 600000 --upgrade",
6566
"update:help": "node bin/cli/update-help.js && prettier --write ./src/static/option-page.html",
6667
"watch": "node bin/cli/watch.js"

0 commit comments

Comments
 (0)