mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
chore: install prisma before prisma client
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -34,6 +34,8 @@ jobs:
|
||||
run: cp .env.example .env
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Install Prisma
|
||||
run: npm install prisma
|
||||
- name: Install Prisma Client
|
||||
run: npm install @prisma/client
|
||||
- name: Generate Prisma Client
|
||||
|
||||
Reference in New Issue
Block a user