Skip to content

Commit

Permalink
chore: fix fmt recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 20, 2024
1 parent 2a6a36a commit 0802eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ update-readmes:
cd ./actix-cors && cargo rdme --force
cd ./actix-session && cargo rdme --force
cd ./actix-identity && cargo rdme --force
fd README.md --exec-batch -- npx -y prettier --write
fd README.md --exec-batch npx -y prettier --write

# Test workspace code.
[group("test")]
Expand Down

0 comments on commit 0802eff

Please sign in to comment.