Skip to content

Commit

Permalink
Update prettier format command to pnpm
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless authored Jan 4, 2025
1 parent 1cfecd7 commit e4859ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-files/.github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm i

- name: Run prettier
run: npx prettier --write .
run: pnpm exec prettier . --write

# Optimize all PNGs with https://pngquant.org/
- run: sudo apt-get update && sudo apt-get install -y pngquant
Expand Down

0 comments on commit e4859ac

Please sign in to comment.