generated from nhcarrigan/template
fix: generate db schema in workflow
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 49s
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 49s
This commit is contained in:
@ -28,6 +28,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Generate Database Schema
|
||||
run: cd server && pnpm prisma generate
|
||||
|
||||
- name: Lint Source Files
|
||||
run: pnpm run lint
|
||||
|
||||
|
Reference in New Issue
Block a user