Skip to content

Commit 8f00b1f

Browse files
committed
requires more things than I thought
1 parent 4bfe53c commit 8f00b1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)