We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56dc14d + 729413d commit 2fbd309Copy full SHA for 2fbd309
1 file changed
scripts/set-version.sh
@@ -43,15 +43,7 @@ set_node_version() {
43
'.optionalDependencies |= with_entries(.value = $v)' \
44
package.json > tmp.json && mv tmp.json package.json
45
46
- # Sync optionalDependencies and platform package versions in the lockfile
47
- jq --arg v "$VERSION" '
48
- .packages[""].optionalDependencies |= with_entries(.value = $v)
49
- | .packages |= with_entries(
50
- if (.key | test("node_modules/@open-wallet-standard/core-"))
51
- then .value.version = $v
52
- else . end
53
- )
54
- ' package-lock.json > tmp.json && mv tmp.json package-lock.json
+ npm install
55
56
cargo update --workspace
57
}
0 commit comments