Skip to content

Commit

Permalink
ci: fix fe lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Feb 11, 2024
1 parent 7d57514 commit 949042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FrontendCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
cd client
npm install
eslint --ext .ts,.tsx .
npm run lint
build:
name: Build
Expand Down

0 comments on commit 949042a

Please sign in to comment.