Skip to content

Commit 3510295

Browse files
committed
chore: include version change in package-lock and update publishing docs
1 parent 0aa0bec commit 3510295

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publishing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ git tag -l "v*"
6262
# IMPORTANT: Choose a NEW version that doesn't have an existing git tag
6363
# This is necessary for our CDN links to work correctly
6464

65+
# Sync package-lock.json with new version
66+
# NOTE: This ensures package-lock.json matches package.json version
67+
npm install
68+
6569
# Build the library and app for both npm and CDN delivery
6670
npm run build:lib
6771
npm run build
@@ -132,6 +136,10 @@ git pull upstream main
132136
# Update version in package.json to remove rc suffix
133137
# Example: "1.1.0-rc.1" becomes "1.1.0"
134138

139+
# Sync package-lock.json with new version
140+
# NOTE: This ensures package-lock.json matches package.json version
141+
npm install
142+
135143
# Build the library and app for both npm and CDN delivery
136144
npm run build:lib
137145
npm run build

0 commit comments

Comments
 (0)