-
Notifications
You must be signed in to change notification settings - Fork 35
Support Prisma client generation #101
Comments
A workaround could be the following: when we retrieve the list of published files ( Note that @timsuchanek, could you confirm this would work as intended? |
Thanks @ehmicky, that's exactly what we need! |
Done in #103. |
This has been released in |
Thanks a lot @ehmicky for looking into this. I can confirm that this is indeed working now! |
Prisma generates its client logic during
postinstall
and outputs it tonode_modules/.prisma
(using${__dirname}/../../.prisma
).This does not work with
zip-it-and-ship-it
due to the reason outlined here.We should add some logic to support Prisma's use case.
The text was updated successfully, but these errors were encountered: