Files
minecraft-bedrock-json-schemas/scripts/format_documents.ps1
2021-03-21 15:06:21 +01:00

8 lines
267 B
PowerShell

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"