From 535dbe91f794fa78df68a479cc35349b36ebaf0c Mon Sep 17 00:00:00 2001 From: Trent Oswald Date: Fri, 12 Jun 2015 22:38:19 -0600 Subject: [PATCH] Added start script Consolidated startup commands into `npm start` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e32e2a..02ef01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js" + "test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js", + "start": "npm install && bower install && gulp" }, "jest": { "testFileExtensions": [