wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Fix tests when grunt isn't installed globally. #159

Closed LegNeato closed 7 years ago

LegNeato commented 7 years ago

Checking out the project, running npm install, and then running npm test fails if grunt isn't installed globally.

Observed with this version of npm:

$ npm -version
3.10.3

Requires https://github.com/wcandillon/swagger-js-codegen/pull/158