Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 3b9a912

Browse files
committed
feat: generate database by schema
1 parent 962eabb commit 3b9a912

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docker-image.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ jobs:
2525
with:
2626
node-version: '22.x'
2727

28-
- name: Install pnpm and NestJS CLI
29-
run: npm install -g pnpm @nestjs/cli
28+
- name: Install pnpm, NestJS CLI, and Prisma CLI
29+
run: npm install -g pnpm @nestjs/cli prisma
3030

3131
- name: Install dependencies
3232
run: pnpm install
3333

34-
- name: Install Prisma CLI
35-
run: pnpm add -D prisma
36-
3734
- name: Generate Prisma Client
3835
run: pnpm prisma generate
3936

0 commit comments

Comments
 (0)