generator-hubot-script icon indicating copy to clipboard operation
generator-hubot-script copied to clipboard

Fix `npm test` command path

Open sanemat opened this issue 11 years ago • 1 comments

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.

sanemat avatar May 24 '14 08:05 sanemat

+1 @sanemat. Its good you chose B because there is a fix pending merge that addresses A (#26).

desmondmorris avatar May 24 '14 11:05 desmondmorris