mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +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
|
run: cp .env.example .env
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
|
- name: Install Prisma
|
||||||
|
run: npm install prisma
|
||||||
- name: Install Prisma Client
|
- name: Install Prisma Client
|
||||||
run: npm install @prisma/client
|
run: npm install @prisma/client
|
||||||
- name: Generate Prisma Client
|
- name: Generate Prisma Client
|
||||||
|
|||||||
Reference in New Issue
Block a user