Skip to content

Commit c07761c

Browse files
committed
ci: update prod-deploy.yml
Signed-off-by: riccardoperra <riccardo.perra@icloud.com>
1 parent f956033 commit c07761c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
- name: 'Run prisma DB migrations'
151151
run: |
152152
cd apps/api
153-
prisma migrate deploy
154-
prisma generate
153+
pnpm prisma migrate deploy
154+
pnpm prisma generate
155155
pnpm --filter=@codeimage/prisma-models build
156156
157157
- name: Test (unit)

0 commit comments

Comments
 (0)