File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 run : npm run build:icons
3838
3939 - name : 🛠 Setup Database
40- run : npx prisma migrate deploy
40+ run : npx prisma migrate deploy && npx prisma generate
4141
4242 - name : 🔬 Lint
4343 run : npm run lint
6464 run : npm run build:icons
6565
6666 - name : 🛠 Setup Database
67- run : npx prisma migrate deploy
67+ run : npx prisma migrate deploy && npx prisma generate
6868
6969 - name : 🔎 Type check
7070 run : npm run typecheck --if-present
9191 run : npm run build:icons
9292
9393 - name : 🛠 Setup Database
94- run : npx prisma migrate deploy
94+ run : npx prisma migrate deploy && npx prisma generate
9595
9696 - name : ⚡ Run vitest
9797 run : npm run test -- --coverage
@@ -119,7 +119,7 @@ jobs:
119119 run : npm run test:e2e:install
120120
121121 - name : 🛠 Setup Database
122- run : npx prisma migrate deploy
122+ run : npx prisma migrate deploy && npx prisma generate
123123
124124 - name : 🏦 Cache Database
125125 id : db-cache
You can’t perform that action at this time.
0 commit comments