Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c66f5c8

Browse files
committed
fix: prisma generate
1 parent 3b9a912 commit c66f5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Docker/prisma-init.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { execSync } = require('child_process')
22

33
try {
44
console.log('Running Prisma migrations...')
5+
execSync('npx prisma generate', { stdio: 'inherit' })
56
execSync('npx prisma migrate deploy', { stdio: 'inherit' })
67
console.log('Prisma migrations completed successfully.')
78

0 commit comments

Comments
 (0)