about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-08-04 18:30:08 +0300
committerManeraKai <manerakai@protonmail.com>2024-08-04 18:30:08 +0300
commited67e705528bf45b9cf002bbf47923f01ea5b436 (patch)
tree4cd68ba40c854e9e10bcaf562e3618247dfdab47 /package.json
parentClosed popup after switching instance (diff)
downloadlibredirect-ed67e705528bf45b9cf002bbf47923f01ea5b436.zip
2.8.5 => 2.8.9
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2895734d..9288b04b 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
     "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.firefox --adb-remove-old-artifacts",
-    "build": "web-ext build",
+    "build": "web-ext build -i pages/options_src -i pages/popup_src pages/icons -i pages/popup_src -i pages/components",
+    "build_chromium": "brave-browser --pack-extension=src/ --pack-extension-key=src.pem",
     "test": "web-ext lint",
     "html": "rollup -c --config-popup && rollup -c --config-options"
   },