Skip to content

Commit 127e203

Browse files
committed
fix: add npx prisma generate
1 parent 248ea0d commit 127e203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
cd ~/find-it-be
2727
git pull origin main
2828
npm install
29+
npx prisma generate
2930
npx prisma migrate deploy
3031
npm run build
3132
pm2 restart all

0 commit comments

Comments
 (0)