Skip to content

Commit 4e55f09

Browse files
committed
chore: fix CI
1 parent fc87b8d commit 4e55f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epicshop/setup-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (!process.env.SKIP_PRISMA) {
5454
const prismaDir = path.join(app.fullPath, 'prisma')
5555
try {
5656
if (await fsExtra.exists(prismaDir)) {
57-
await execa(`npm run db:gen`, { cwd: app.fullPath, all: true })
57+
await execa(`npm`, [["run", "db:gen"]], { cwd: app.fullPath, all: true })
5858
}
5959
} catch (prismaGenerateResult) {
6060
console.log(prismaGenerateResult.all)

0 commit comments

Comments
 (0)