Skip to content

Commit

Permalink
generate Prisma client in E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Oct 2, 2024
1 parent 6fec8d7 commit 8e7a4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: yarn install
- name: Build required packages
run: yarn turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma
- name: Generate Prisma client
run: cd apps/example && yarn prisma generate
- name: Run linter
run: yarn lint
- name: Run typecheck
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Build required packages
run: yarn turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma

- name: Generate Prisma client
run: cd apps/example && yarn prisma generate

- name: Install Vercel CLI
run: npm install --global vercel@latest

Expand Down

0 comments on commit 8e7a4b2

Please sign in to comment.