We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb9685 commit c31700aCopy full SHA for c31700a
.changeset/cuddly-pugs-begin.md
@@ -0,0 +1,5 @@
1
+---
2
+"trigger.dev": patch
3
4
+
5
+Fix issue with prisma extension breaking deploy builds
packages/cli-v3/src/deploy/buildImage.ts
@@ -602,6 +602,9 @@ COPY --chown=node:node . .
602
603
${postInstallCommands}
604
605
+# IMPORTANT: Doing this again to fix an issue with prisma generate removing the files in node_modules/trigger.dev for some reason...
606
+COPY --chown=node:node . .
607
608
FROM build AS indexer
609
610
USER node
0 commit comments