generator-hubot-script
generator-hubot-script copied to clipboard
Fix `npm test` command path
This requires global grunt-cli.
We have two solution:
A: npm install -g grunt-cli before (e.g. travis-ci: before_script section)
B: Change npm test script path and use script/test
I choose the latter, because script/test takes account of environment variables
I think.
+1 @sanemat. Its good you chose B because there is a fix pending merge that addresses A (#26).