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

Commit

Permalink
feat: generate database by schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hermesalvesbr committed May 24, 2024
1 parent 962eabb commit 3b9a912
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
with:
node-version: '22.x'

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

- name: Install dependencies
run: pnpm install

- name: Install Prisma CLI
run: pnpm add -D prisma

- name: Generate Prisma Client
run: pnpm prisma generate

Expand Down

0 comments on commit 3b9a912

Please sign in to comment.