anyone else is having issues with the build command of nexus. For some reason the nexus build -d vercel used to work without issue but I recently noticed that my deployments were failing the build command doesn't bundle the prisma/schema.prisma file . It's missing from the dist folder.
r
Ryan
07/21/2020, 9:00 AM
Hey @Kervin Vasquez 👋
There is an issue regarding this present, so as a workaround, you would need to manually copy the schema.prisma to the build folder or add it in the build step.
k
Kervin Vasquez
07/21/2020, 4:14 PM
Hi @Ryan thank you for you prompt response. You're always really helpful. I'll keep and eye on the open issues. I've been copying the files manually for now.