fix: wf prisma generation

This commit is contained in:
Nicola Zambello 2022-02-21 19:37:20 +01:00
parent b6674bccd7
commit 0c269f6e43

View file

@ -26,7 +26,8 @@ jobs:
run: | run: |
yarn install yarn install
PORT=5001 yarn build PORT=5001 yarn build
yarn prisma db push yarn prisma generate
yarn prisma migrate deploy
- name: 🚀 Deploy - name: 🚀 Deploy
run: | run: |