chore: fix package.json indentation

This commit is contained in:
Koen Kanters
2024-08-01 21:11:44 +02:00
parent a330830cde
commit eac11a6439
2 changed files with 116 additions and 116 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ jobs:
git merge --ff-only origin/dev
git push origin master
git checkout dev
jq ".version = \"$TAG-dev\"" package.json > package.json.tmp
jq ".version = \"$TAG-dev\"" package-lock.json > package-lock.json.tmp
jq --indent 4 ".version = \"$TAG-dev\"" package.json > package.json.tmp
jq --indent 4 ".version = \"$TAG-dev\"" package-lock.json > package-lock.json.tmp
mv package.json.tmp package.json
mv package-lock.json.tmp package-lock.json
git add -A