From ec69f521106180d35e2c677e355eb2d5d5c8c9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Fri, 27 Oct 2023 16:07:08 +0200 Subject: [PATCH] rollback script change --- scripts/format.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/format.bash b/scripts/format.bash index 4d10b90d4..410a98ca8 100755 --- a/scripts/format.bash +++ b/scripts/format.bash @@ -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!"