diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7dcd904..2e55855 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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