anyone else is having issues with the build comman...
# orm-help
k
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
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
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.
💯 1