Skip to content

Commit 23b44b2

Browse files
authored
build: update package-lock.json on release (#227)
This pull request updates the release configuration to include package-lock.json. This should ensure the action version is update in package-lock.json when the release workflow runs.
1 parent 6f3f591 commit 23b44b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
{
4646
"assets": [
4747
"package.json",
48+
"package-lock.json",
4849
"dist/*"
4950
],
5051
"message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

0 commit comments

Comments
 (0)