3 lines
132 B
PowerShell
3 lines
132 B
PowerShell
npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json
|
|
git add .
|
|
git commit -m "auto: Formatted json files" |