Add grunt build step to npm test. Should fix Travis.

This commit is contained in:
Stefan Thomas
2013-12-09 18:32:17 -08:00
parent ff5e9fcaa9
commit 472a5091ae

View File

@@ -29,6 +29,7 @@
"sinon":"~1.7.3"
},
"scripts": {
"pretest": "node_modules/.bin/grunt",
"test": "mocha test/*-test.js",
"build": "grunt"
},