Skip to content

Commit

Permalink
Add db-validate and db-generate commands to lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhwhatever committed May 28, 2023
1 parent 83136b7 commit f2340c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
working-directory: .
run: npm i
shell: bash
- name: Validate schema
working-directory: .
run: npm run db-validate
shell: bash
- name: Generate prisma client
working-directory: .
run: npm run db-generate
shell: bash
- name: Check TypeScript (Frontend)
working-directory: ./frontend
run: npx tsc --noEmit
Expand Down

0 comments on commit f2340c8

Please sign in to comment.