Skip to content

Commit

Permalink
rollback script change
Browse files Browse the repository at this point in the history
  • Loading branch information
treezio committed Oct 27, 2023
1 parent 18904f4 commit ec69f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ shfmt --language-dialect bash --indent 2 --write \
printf "\n* %s\n\n" "Formatting markdown..."

# format Markdown files.
npx prettier --write \
npx -y prettier --write \
./**/*.md

printf "\n* %s\n" "Formatting complete!"

0 comments on commit ec69f52

Please sign in to comment.