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 fc87b8d commit 4e55f09Copy full SHA for 4e55f09
epicshop/setup-custom.js
@@ -54,7 +54,7 @@ if (!process.env.SKIP_PRISMA) {
54
const prismaDir = path.join(app.fullPath, 'prisma')
55
try {
56
if (await fsExtra.exists(prismaDir)) {
57
- await execa(`npm run db:gen`, { cwd: app.fullPath, all: true })
+ await execa(`npm`, [["run", "db:gen"]], { cwd: app.fullPath, all: true })
58
}
59
} catch (prismaGenerateResult) {
60
console.log(prismaGenerateResult.all)
0 commit comments