From 68efeac6a65ce070b5894a5ce17f80d0dc353901 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 21 Sep 2011 15:21:24 -0600
Subject: [PATCH] add a 'start' script entry in package.json so you can just
 'npm start' to run the test harness

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a3837e83c..b68ffe66b 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
   }
   , "scripts": {
     "postinstall": "./scripts/generate_ephemeral_keys.sh",
-    "test": "./scripts/run_all_tests.sh"
+    "test": "./scripts/run_all_tests.sh",
+    "start": "node ./run.js"
   }
 }
-- 
GitLab