has anyone experienced an issue where generated fi...
# prisma-whats-new
j
has anyone experienced an issue where generated files in prisma stop re-generating?
n
@jjaybrown98 I've seen that happen when the deploy itself has no changes
I never saw that when there were changes
you can also always manually generate these files using
graphql prepare
command
j
Great, thanks. Couldn’t find that documented anywhere
n
Yup, the documentation here can be improved 🙂 There is some discussion about this here: https://github.com/graphcool/prisma/issues/1927