Support Prisma client generation
See original GitHub issuePrisma generates its client logic during postinstall and outputs it to node_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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Generating the client (Concepts) - Prisma
This page explains how to generate Prisma Client. It also provides additional context on the generated client, typical workflows and Node.js configuration.
Read more >Prisma Client
Prisma Client is an auto-generated, type-safe query builder generated based on the models and attributes of your Prisma schema.
Read more >Generators (Reference) - Prisma
A generator determines which assets are created when you run the prisma generate command. The main property provider defines which Prisma Client (language ......
Read more >Prisma Client - Auto-generated query builder for your data
Prisma is a next-generation ORM that can be used to build GraphQL servers, ... From simple reads to complex nested writes, the Prisma...
Read more >Prisma | Next-generation ORM for Node.js & TypeScript
Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks a lot @ehmicky for looking into this. I can confirm that this is indeed working now!
This has been released in
@netlify/zip-it-and-ship-it@0.4.0-16. Could you please confirm this is fixing your problem? When you do, I will release this to production.