Skip to content

Commit 4bfe53c

Browse files
committed
typed sql requires things
1 parent 901a636 commit 4bfe53c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: 🖼 Build icons
3737
run: npm run build:icons
3838

39-
- name: 🧬 Generate Prisma client Typed SQL queries
40-
run: npx prisma generate --sql
39+
- name: 🛠 Setup Database
40+
run: npx prisma migrate deploy
4141

4242
- name: 🔬 Lint
4343
run: npm run lint
@@ -63,8 +63,8 @@ jobs:
6363
- name: 🖼 Build icons
6464
run: npm run build:icons
6565

66-
- name: 🧬 Generate Prisma client Typed SQL queries
67-
run: npx prisma generate --sql
66+
- name: 🛠 Setup Database
67+
run: npx prisma migrate deploy
6868

6969
- name: 🔎 Type check
7070
run: npm run typecheck --if-present
@@ -90,8 +90,8 @@ jobs:
9090
- name: 🖼 Build icons
9191
run: npm run build:icons
9292

93-
- name: 🧬 Generate Prisma client Typed SQL queries
94-
run: npx prisma generate --sql
93+
- name: 🛠 Setup Database
94+
run: npx prisma migrate deploy
9595

9696
- name: ⚡ Run vitest
9797
run: npm run test -- --coverage

0 commit comments

Comments
 (0)