fixed npm install for testing

This commit is contained in:
David Baldwynn 2016-06-08 17:07:57 -07:00
parent 8e35413d67
commit b5f13354b5

View File

@ -19,7 +19,8 @@
"scripts": {
"start": "grunt",
"test": "grunt test && grunt coveralls",
"postinstall": "bower install --config.interactive=false; grunt build; node scripts/setup.js;"
"setup": "node scripts/setup.js;",
"postinstall": "bower install --config.interactive=false; grunt build;"
},
"dependencies": {
"async": "^1.4.2",