Skip to content

Commit

Permalink
docs: update the testkit version in bundle downloads (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored May 30, 2022
1 parent caefdff commit 48b9dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/bin/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function _set_sdk_version {
if [ -n "$("$json" -q -f "$dir/package.json" "devDependencies['@kalix-io/kalix-scripts']")" ] ; then
"$json" -q -I -f "$dir/package.json" -e "this.devDependencies['@kalix-io/kalix-scripts'] = '$sdk_version'"
fi
if [ -n "$("$json" -q -f "$dir/package.json" "devDependencies['@kalix-io/testkit']")" ] ; then
"$json" -q -I -f "$dir/package.json" -e "this.devDependencies['@kalix-io/testkit'] = '$sdk_version'"
fi
}

function _bundle {
Expand Down

0 comments on commit 48b9dca

Please sign in to comment.