Skip to content

Commit 31292d6

Browse files
committed
chore: update release.sh to restore all other files changed
1 parent 43c0113 commit 31292d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ set -euo pipefail
99
bun run changeset version
1010

1111
# 2 Update lockfile and amend commit
12-
bun update --lockfile-only
12+
bun update
1313
git add bun.lock*
14+
git restore .
1415
message="$(git log -1 --pretty=%B)$(echo -e '\nchore: updating dependencies via bun update --lockfile-only')"
1516
git commit --amend -m "$message"
1617

0 commit comments

Comments
 (0)