mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-19 03:16:28 +00:00
chore: preserve tab indentation for package.json in release script
This commit is contained in:
@@ -118,6 +118,7 @@ git add .version
|
||||
|
||||
# Update version in frontend/package.json
|
||||
jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package_tmp.json && mv frontend/package_tmp.json frontend/package.json
|
||||
pnpm --dir frontend exec prettier --write package.json
|
||||
git add frontend/package.json
|
||||
|
||||
# Generate changelog
|
||||
|
||||
Reference in New Issue
Block a user