Skip to content

Commit 5422074

Browse files
committed
added prisma generate when pushing to cloud
1 parent c4b285b commit 5422074

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/panel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25+
- name: Generate Prisma Client
26+
run: npm run prisma:generate
27+
env:
28+
DATABASE_URL: "postgresql://user:pass@localhost:5432/db"
29+
2530
- name: Build project
2631
run: npm run build
2732

0 commit comments

Comments
 (0)