Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 18, 2023
1 parent f78584f commit ddefd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-package-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set-version)
done
(
cd "$(dirname "$file")"
if [ "$update-peer-packages" = true]; then
if [ "$updatePeerPackages" = true]; then
#upgrade doesn't support peerDependencies so we'll use the yarn option.
yarn add --peer $list --update-sentry-capacitor
else
Expand Down

0 comments on commit ddefd60

Please sign in to comment.