1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

chore: fix fmt recipe

This commit is contained in:
Rob Ede
2024-07-20 06:59:10 +01:00
parent 2a6a36af23
commit 0802eff40d

View File

@ -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")]