From 3c1b9fd23cca2c564e5176882e13052cb16d0fd6 Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Wed, 1 Jun 2016 13:16:25 -0700
Subject: [PATCH] Cleanup package.json scripts

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 2695ef9b557..945225e7330 100644
--- a/package.json
+++ b/package.json
@@ -111,10 +111,10 @@
     "flow": "flow; test $? -eq 0 -o $? -eq 2",
     "test": "karma start frontend/test/karma.conf.js --single-run --reporters nyan",
     "test-watch": "karma start frontend/test/karma.conf.js --auto-watch --reporters nyan",
-    "test-e2e": "webdriver-manager update && ./node_modules/protractor/bin/protractor frontend/test/protractor-conf.js",
+    "test-e2e": "webdriver-manager update && protractor frontend/test/protractor-conf.js",
     "build": "webpack",
     "build-watch": "webpack --watch",
-    "build-hot": "NODE_ENV=hot webpack && NODE_ENV=hot node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --content-base frontend",
+    "build-hot": "NODE_ENV=hot webpack && NODE_ENV=hot webpack-dev-server --hot --inline --content-base frontend",
     "shrinkwrap": "npm prune && npm shrinkwrap --dev && ./bin/clean-shrinkwrap",
     "start": "npm run build && lein ring server",
     "storybook": "start-storybook -p 9001"
-- 
GitLab