diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9288b04b..7b9fbd11 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "scripts": { "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", + "firefox": "web-ext run --firefox=/home/manerakai/software/firefox/firefox", + "start_ar": "web-ext run --firefox=/home/manerakai/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 -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", |