flightstats / node-insights

Submit data to New Relic Insights
7 stars 1 forks source link

no longer require global grunt for test run #5

Closed wraithan closed 9 years ago

wraithan commented 9 years ago

npm test is an alias for npm run test. npm run adds ./node_modules/.bin to the path so you don't have to globally install commands. This is especially helpful for those of us who change node versions many times a day and would have to globally install in each of those versions.