Updated script

This commit is contained in:
DaanV2
2021-03-21 15:14:14 +01:00
parent d9aa4d9e60
commit 57259d8740

View File

@@ -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"
npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json