Skip to content

Commit

Permalink
chore: Improve update.sh (#22395)
Browse files Browse the repository at this point in the history
Pulling without specifying how to reconcile divergent branches is discouraged and produces an ugly "hint" that can be a little disconcerting when running update.sh
  • Loading branch information
rbswift committed May 2, 2024
1 parent 46f34c8 commit ee5cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "Checking out changes to package-lock.json..."
git checkout package-lock.json

echo "Updating..."
git pull
git pull --no-rebase

echo "Installing dependencies..."
npm ci
Expand Down

0 comments on commit ee5cf5a

Please sign in to comment.