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 a6a528a commit 962eabb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Install dependencies
run: pnpm install

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

- name: Generate Prisma Client
run: pnpm prisma generate

- name: Build the project
run: pnpm run build

Expand Down

0 comments on commit 962eabb

Please sign in to comment.