Hi there. Around the time of 2.30.0 release we started to experience problem of prisma failing on prisma generate step (npm install -> postinstall script -> prisma generate). This was only happening inside the github action responsible for deployment. In local environment there was no such issue.
After specifying version 2.29.1 of prisma in dependencies section package.json the problem disappeared.
I’m wondering if anybody else experienced such problem?
r
Ryan
08/25/2021, 5:47 AM
@Alexei Snisarenko đź‘‹
Did you update both
prisma
and
@prisma/client
?
a
Alexei Snisarenko
08/25/2021, 6:42 AM
Hi @Ryan,
yes - both of them
Alexei Snisarenko
08/25/2021, 6:43 AM
but may it be the reason for the problem that the prisma is within *dev*Dependencies while prisma/client is within dependencies?
r
Ryan
08/25/2021, 6:57 AM
No that shouldn’t make any difference as you’re performing an