Hm, I'm trying with different boilerplates and exa...
# orm-help
r
Hm, I'm trying with different boilerplates and example projects to modify the data model in
database
and running deploy (which detects the change and applies it), but
yarn prisma deploy
does not update the file in
src/generated
. Am I missing a step? I just tried with the basic boilerplate and the airbnb example.
n
what's your
prisma version
, and the version of the
devDependency
prisma
?
r
1.7.1 in both cases, but I do have a global prisma installed that is 1.5.3. I usually run my commands using
yarn prisma
though, but that might be a factor.
n
you can run graphql get-schema to download the schema
the
src/generated/prisma.graphql
file is only generated if you have the correct
.graphqlconfig.yml
setup, what does that look like?