Skip to content

Commit

Permalink
adjust formating on lint (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShushawnS authored Feb 24, 2024
1 parent 3968b6b commit dc7825c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: yarn --cwd ./frontend --prefer-offline && yarn --cwd ./backend/typescript --prefer-offline

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

- name: Lint frontend
if: steps.changes.outputs.frontend == 'true'
Expand Down

0 comments on commit dc7825c

Please sign in to comment.