fix indentation issue
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
2ced3c78c0
commit
f3c480e7bc
|
@ -84,8 +84,8 @@ function bumpVersion() {
|
|||
sed -E -i "s|(\"@prometheus-io/.+\": )\".+\"|\1\"${version}\"|" "${workspace}"/package.json
|
||||
fi
|
||||
done
|
||||
# increase the version on all packages
|
||||
npm version "${version}" --workspaces
|
||||
# increase the version on all packages
|
||||
npm version "${version}" --workspaces
|
||||
}
|
||||
|
||||
if [[ "$1" == "--copy" ]]; then
|
||||
|
|
Loading…
Reference in New Issue