about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-08-02 16:27:54 +0300
committerManeraKai <manerakai@protonmail.com>2024-08-02 16:27:54 +0300
commita9ecaf4ac0d97510b95fe965eebd543d53e3e5ac (patch)
treed23f819bbe2856b0efb6fcd12a20388898489493 /package.json
parentImproved mobile support. Fixed https://github.com/libredirect/browser_extensi... (diff)
downloadlibredirect-a9ecaf4ac0d97510b95fe965eebd543d53e3e5ac.zip
Improved mobile support. Fixed https://github.com/libredirect/browser_extension/issues/956
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2a79b660..2895734d 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "start": "web-ext run",
     "nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
     "start_ar": "web-ext run --firefox=/home/esmail/software/firefox_ar/firefox",
-    "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix ",
+    "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.firefox --adb-remove-old-artifacts",
     "build": "web-ext build",
     "test": "web-ext lint",
     "html": "rollup -c --config-popup && rollup -c --config-options"