Skip to content

Commit

Permalink
build: try to fix root package-lock.json not updating (#5)
Browse files Browse the repository at this point in the history
Attempt to workaround googleapis/release-please#1993
  • Loading branch information
jeremiah-clothier authored Jul 18, 2023
1 parent 9925dbf commit b062c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"extra-files": [
{
"type": "json",
"path": "package-lock.json",
"jsonpath": "$.packages.lib/package-one.version"
"path": "~package-lock.json",
"jsonpath": "$['packages']['lib/package-one']['version']"
},
{
"type": "json",
"path": "package-lock.json",
"jsonpath": "$.packages.lib/package-one.version"
"path": "~package-lock.json",
"jsonpath": "$['packages']['lib/package-two']['version']"
}
]
}

0 comments on commit b062c99

Please sign in to comment.