graphql-boilerplates/node-graphql-server

Make `graphcool` CLI as local dev dependency

schickling opened this issue · 1 comments

  • Add graphcool to devDependencies
  • Add Graphcool related tasks to scripts

Note: This also applies to all other boilerplates.

I added

    "graphcool": "graphcool",

allowing you to run yarn graphcool <command>, for example yarn graphcool deploy. Did you have something else in mind?