Fix issue with lost built trigger.dev files after prisma generate (#1429)
* Fix issue with lost built trigger.dev files after prisma generate on deploy * Add changeset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Fix issue with prisma extension breaking deploy builds
|
||||
@@ -602,6 +602,9 @@ COPY --chown=node:node . .
|
||||
|
||||
${postInstallCommands}
|
||||
|
||||
# IMPORTANT: Doing this again to fix an issue with prisma generate removing the files in node_modules/trigger.dev for some reason...
|
||||
COPY --chown=node:node . .
|
||||
|
||||
FROM build AS indexer
|
||||
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user