Skip to content

Commit 6acdfe9

Browse files
committed
bugfixing
1 parent 7bd0327 commit 6acdfe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

version-and-push.sh

+4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ fi
1313
# version the code
1414
cd api
1515
version=$(npm version --no-git-tag-version $1)
16+
cd ../tasks
17+
npm version --no-git-tag-version ${version}
1618
cd ../ui
1719
npm version --no-git-tag-version $version
20+
cd ../ui-repository
21+
npm version --no-git-tag-version $version
1822
cd ..
1923
git tag $version
2024
git commit -a -m "tag and bump version"

0 commit comments

Comments
 (0)