update npm test script

This commit is contained in:
Spencer Alger 2014-09-11 15:52:04 -07:00
parent 30cd7a9d78
commit d042123919

View file

@ -37,7 +37,7 @@
"tar": "^1.0.1"
},
"scripts": {
"test": "grunt test",
"test": "grunt test --use-jruby",
"server": "grunt server",
"precommit": "grunt jshint todos"
},