diff --git a/scripts/format_documents.ps1 b/scripts/format_documents.ps1 index 6b6d7656..f412efed 100644 --- a/scripts/format_documents.ps1 +++ b/scripts/format_documents.ps1 @@ -1,8 +1 @@ -git add . -git commit - -npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json -git submodule foreach git add **/*.json -git submodule foreach git commit -m "auto: Formatted json files" -git add **/*.json -git commit -m "auto: Formatted json files" \ No newline at end of file +npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json \ No newline at end of file