mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Format manifest file after applying new version (#9480)
This commit is contained in:
parent
088d4c34f1
commit
92314cc3ed
@ -4,6 +4,8 @@ workflows:
|
|||||||
test_and_release:
|
test_and_release:
|
||||||
jobs:
|
jobs:
|
||||||
- create_release_pull_request:
|
- create_release_pull_request:
|
||||||
|
requires:
|
||||||
|
- prep-deps
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -21,6 +21,7 @@ printf '%s\n' 'Updating the manifest version if needed'
|
|||||||
version="${CIRCLE_BRANCH/Version-v/}"
|
version="${CIRCLE_BRANCH/Version-v/}"
|
||||||
updated_manifest="$(jq ".version = \"$version\"" app/manifest/_base.json)"
|
updated_manifest="$(jq ".version = \"$version\"" app/manifest/_base.json)"
|
||||||
printf '%s\n' "$updated_manifest" > app/manifest/_base.json
|
printf '%s\n' "$updated_manifest" > app/manifest/_base.json
|
||||||
|
yarn prettier --write app/manifest/_base.json
|
||||||
|
|
||||||
if [[ -z $(git status --porcelain) ]]
|
if [[ -z $(git status --porcelain) ]]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user