Shouldn’t prisma deploy tell me that the seeding h...
# orm-help
v
Shouldn’t prisma deploy tell me that the seeding has failed when it does indeed fail?
n
What exactly is a failed seed in this context?
v
I had a mistake in the Mutation where I passed the wrong stuff to
data
. When I ran
prisma seed
it did tell me, though.
but not on
deploy
, I just found out when the data wasn’t there 🙂
n
Got it - this is an open featured request documented here https://github.com/prisma/prisma/issues/1887
v
Ha, good, it’s already captured.
👍 1