Make `graphcool` CLI as local dev dependency
schickling opened this issue · 1 comments
schickling commented
- Add
graphcool
todevDependencies
- Add Graphcool related tasks to
scripts
Note: This also applies to all other boilerplates.
marktani commented
I added
"graphcool": "graphcool",
allowing you to run yarn graphcool <command>
, for example yarn graphcool deploy
. Did you have something else in mind?