Skip to content

Commit

Permalink
ci: fix fe format?
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Feb 9, 2024
1 parent 62ca9fd commit dc224da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/FrontendCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Format Frontend
run: |
cd client
npm install prettier
prettier --check .
npm run check
build:
name: Build
Expand Down

0 comments on commit dc224da

Please sign in to comment.