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 1f1adb5 commit 4373e98Copy full SHA for 4373e98
packages/build/src/extensions/prisma.ts
@@ -182,7 +182,7 @@ export class PrismaExtension implements BuildExtension {
182
commands.push(
183
`${binaryForRuntime(
184
manifest.runtime
185
- )} node_modules/prisma/build/index.js generate --schema ./prisma ${generatorFlags.join(" ")}` // Don't add the --schema flag or this will fail
+ )} node_modules/prisma/build/index.js generate --schema ./prisma ${generatorFlags.join(" ")}`
186
);
187
} else {
188
// Now we need to add a layer that:
0 commit comments