2
0

💚 Fix docker build prisma generate script

This commit is contained in:
Baptiste Arnaud
2023-02-09 15:32:23 +01:00
parent caf54321ec
commit c9fda1518f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,3 @@
import { executePrismaCommand } from './executeCommand'
executePrismaCommand('prisma generate')
executePrismaCommand('prisma generate', { force: true })