What solution have people got (if any) to force pr...
# orm-help
l
What solution have people got (if any) to force prisma to auto gen the files prisma.graphql and prisma.ts. doing a
prisma deploy
does not work (https://github.com/prismagraphql/prisma/issues/2528) The suggestion in the github issue does not work for me.. or at least not in an obvious way.
Believe te issue I am facing is https://github.com/prismagraphql/prisma/issues/2494. I am on windows
n
@lancej this should be resolved in the latest stable
graphql-cli
and
prisma
alpha versions
l
@nilan thanks. I will try prima alpha tomorrow.
@nilan I tried with
prisma@1.10.0-alpha.26
and
graphql-cli@2.16.1
with
prisma-binding@2.0.2
against a new typescript boilerplate code and it does work. Both the generated
prisma.graphql
and
prisma.ts
files are being update. Thanks
👍 1
n
awesome!