From 57259d87408a4b2ec5c00f31f962250388ffaf99 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 21 Mar 2021 15:14:14 +0100 Subject: [PATCH] Updated script --- scripts/format_documents.ps1 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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