Files
minecraft-bedrock-json-schemas/scripts/format_documents.ps1
2021-06-06 11:39:21 +02:00

3 lines
132 B
PowerShell

npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json
git add .
git commit -m "auto: Formatted json files"