I'm having issues deploying changes to Graph.cool ...
# orm-help
c
I'm having issues deploying changes to Graph.cool framework - is something down this morning?
Copy code
$ yarn deploy
yarn run v1.5.1
warning package.json: No license field
$ node -r dotenv/config $(which graphcool) deploy
✨  Done in 3.90s.
n
do you receive an error?
c
Ah, just run with
DEBUG=*
and it's now showing the error
Might be useful to show that though
Copy code
▸    bad indentation of a sequence entry at line 247, column 5:
 ▸    - operation: Feature.read
 ▸    ^
n
that entry is not correctly indented 🙂
c
Yep - I fixed it once I saw that error 🙂. It normally tells me without debug mode that there's an error, which it didn't this time.
Anyway, thanks for the help. Super 🔥 support!!