about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-07-26 17:39:22 +0300
committerManeraKai <manerakai@protonmail.com>2024-07-26 17:39:22 +0300
commit2cb60e91cd33ea63dc43b7afb2ce7a261bce6512 (patch)
tree8f7f4a4acda56831c415d77d08123aeecde70564 /package.json
parentImproved code (diff)
downloadlibredirect-2cb60e91cd33ea63dc43b7afb2ce7a261bce6512.zip
Added mobile support in Svelte
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 d0669a69..0f89cbdb 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   "scripts": {
     "start": "web-ext run",
     "nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/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.fenix ",
     "build": "web-ext build",
     "test": "web-ext lint",
     "html": "rollup -c --config-popup && rollup -c --config-options"