Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 30, 2024
1 parent 4a8ee60 commit 12ee310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: pnpm install

- name: Build required packages
run: pnpm turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma
run: pnpm turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma && pnpm install

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

- name: Build NextAdmin
- name: Build Next Admin packages
run: pnpm turbo run build --filter=@premieroctet/next-admin

- name: Install Vercel CLI
Expand Down

0 comments on commit 12ee310

Please sign in to comment.