generated from nhcarrigan/template
fix(tools): build prisma in ci
All checks were successful
Node.js CI / Lint and Test (push) Successful in 43s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 43s
This commit is contained in:
parent
a21655bf70
commit
d622620120
@ -28,6 +28,9 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Build Database
|
||||||
|
run: pnpm prisma generate
|
||||||
|
|
||||||
- name: Lint Source Files
|
- name: Lint Source Files
|
||||||
run: pnpm run lint
|
run: pnpm run lint
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user