Skip to content

Commit

Permalink
fix: add pnpx prisma generate (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-yj215 authored Nov 8, 2024
1 parent 24e9f20 commit d3be8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
# pm2로 기존 프로세스 종료 및 새 프로세스 시작
pm2 stop ask-it || true
pm2 delete ask-it || true
pnpx prisma generate
pm2 start pnpm --name "ask-it" -- run start:prod

0 comments on commit d3be8fe

Please sign in to comment.