summaryrefslogtreecommitdiff
path: root/ui/package.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-02-24 20:30:55 -0800
committerelijah <elijah@riseup.net>2017-02-24 20:35:48 -0800
commit904e99c658e647a1c9acbb80a1f54c593a57bf61 (patch)
tree564941e887b67de442e365d9c089aa0872e75169 /ui/package.json
parent76f2ec8b97d15e45e1fe97dff2317d60d10c5dc1 (diff)
[feature] Update bitmask.js to use authtoken
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index c6bdd88d..39d7f175 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -27,7 +27,7 @@
"zxcvbn": "^4.4.0"
},
"scripts": {
- "open": "gnome-open http://localhost:7070",
+ "ui": "chromium-browser \"http://localhost:7070/#$(cat ~/.config/leap/authtoken)\"",
"watch": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=development webpack",
"build:production": "NODE_ENV=production webpack"