Added start script

Consolidated startup commands into `npm start`
This commit is contained in:
Trent Oswald
2015-06-12 22:38:19 -06:00
parent e521128d01
commit 535dbe91f7

View File

@@ -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": [