What do you do when `prisma deploy` shows that it'...
# orm-help
d
What do you do when
prisma deploy
shows that it's updating your generated file but doesn't actually update anything. Then you delete the generated file and it doesn't regenerate it at all but the cli is saying it does. On version 1.7.4
l
Exactly. It does update the cloud but not the generated files
Copy code
Deploying service `account-service` to stage `dev` to server `prisma-us1` 511ms
Service is already up to date.

post-deploy:
Running graphql get-schema --project database √
Running graphql codegen √
Even when I make the change it does say it is updating
Copy code
Changes:

  Account (Type)
  + Created field `type` of type `String`

Applying changes 1.0s

Your Prisma GraphQL database endpoint is live:

  HTTP:  <https://us1.prisma.sh/.../account-service/dev>
  WS:    <wss://us1.prisma.sh/.../account-service/dev>


post-deploy:
Running graphql get-schema --project database √
I basically am unable to update the grapghql yoga server code to use the newest schema
does seem to be related to the typescript boilerplate