Skip to content

Commit

Permalink
feat: done
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Nov 1, 2023
1 parent 05965c8 commit a8887ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_prisma_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm --recursive install --no-frozen-lockfile

- name: Update Prisma Schema
run: npx prisma db pull
working-directory: packages/api
Expand Down

0 comments on commit a8887ed

Please sign in to comment.