json-schema-to-graphql-types icon indicating copy to clipboard operation
json-schema-to-graphql-types copied to clipboard

Add support non global instalation

Open MaxmaxmaximusAWS opened this issue 3 years ago • 2 comments

Add support non global instalation.

npm i @lifeomic/json-schema-to-graphql-types

package.json

{
  "scripts": {
    "convert": "convert-json-schemas-to-graphql-types src/graphql/"
  }
}

MaxmaxmaximusAWS avatar Apr 07 '21 11:04 MaxmaxmaximusAWS

Thanks for your suggestion. Does something need to change to support that?

mdlavin avatar Apr 07 '21 13:04 mdlavin

npm run convert

Error: convert-json-schemas-to-graphql-types file not exists

MaxmaxmaximusAWS avatar Apr 07 '21 14:04 MaxmaxmaximusAWS