I just ran `prisma deploy` but my generated `prism...
# orm-help
s
I just ran
prisma deploy
but my generated
prisma.graphql
file doesn't seem to be updating. any thoughts on why that might be?
l
I get this also... you need to call the post-deploy function yourself:
graphql get-schema --project database
s
I get the below message and nothing changes:
Copy code
warning command prepare both exists in plugin project/node_modules/graphql-cli-prepare and is shipped with the graphql-cli.
The plugin is being ignored.
project database - No changes
Actually it looks like the issue was that I was using
prisma deploy
instead of
yarn prisma deploy
...
l
funny. Tried
yarn prisma deploy
and although ran, did not update the
prisma.graphql
Are you on a Mac or Windows?
s
Mac.
l
right... it works on mac, not on windows
or at least not obviously works on windows
s
🤷‍♂️
n
what is your
yarn prisma version
and
prisma version
, @Sam Jackson?