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 29971f5 commit 4a8ee60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
run: pnpm install

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

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

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

- name: Install Vercel CLI
run: npm install --global [email protected]

Expand Down

0 comments on commit 4a8ee60

Please sign in to comment.