Skip to content

Commit 063f353

Browse files
committed
chore: add deps
1 parent 96b0f53 commit 063f353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/patchVersion.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ function patchVersion() {
77
local depsArr=$3[@]
88
local deps=("${!depsArr}")
99
fi
10+
11+
echo "deps: ${deps[@]}"
1012

1113
local pwd=$(echo $PWD)
1214

1315
cd packages/$package
14-
echo "Patching $package to version $version"
1516
poetry version $version
1617
if [ "${#deps[@]}" -ne "0" ]; then
1718
if [ "${deps[0]}" != "" ]; then

0 commit comments

Comments
 (0)