Skip to content

Commit

Permalink
update prisma dirc for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShushawnS committed Feb 24, 2024
1 parent f5b4d8f commit 3968b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: yarn --cwd ./frontend --prefer-offline && yarn --cwd ./backend/typescript --prefer-offline

- name: Generate Prisma Data Models
working-directory: ./
working-directory: ./backend/typescript
run: npx prisma generate && yarn tsc

- name: Lint frontend
Expand Down

0 comments on commit 3968b6b

Please sign in to comment.