Skip to content

Commit 8671ee6

Browse files
committed
Update version script and package-lock
1 parent 3ef669e commit 8671ee6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

publish/version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ echo 'Bumping version...'
1818
cd "$CURRENT_DIR/../src"
1919
VERSION=$(npm --no-git-tag-version version "$1")
2020
git add "package.json"
21+
git add "package-lock.json"
2122
git commit -m "Bump version to $VERSION"
2223
git push origin
2324

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)