We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d273d4 commit aab21ffCopy full SHA for aab21ff
1 file changed
package.json
@@ -61,6 +61,7 @@
61
"ci": "npm run lint && npm run format && npm run type-check && npm run test:addon && npm run test:coverage",
62
"dev": "npm run build",
63
"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",
65
"update:deps": "npx npm-check-updates --concurrency 10 --timeout 600000 --upgrade",
66
"update:help": "node bin/cli/update-help.js && prettier --write ./src/static/option-page.html",
67
"watch": "node bin/cli/watch.js"
0 commit comments