summaryrefslogtreecommitdiff
path: root/ui/package.json
diff options
context:
space:
mode:
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"