Skip to content

Commit

Permalink
fix: update version usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tprache-pass committed Jan 10, 2025
1 parent ee4a67c commit 74a4196
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/update_app_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ set -o nounset
set -o pipefail

update_app_version() {
yarn version --"$2" --no-git-tag-version
yarn version --"$2" --no-git-tag-version --cwd server
yarn version "$2"
cd server
yarn version "$2"
cd ..

source ./scripts/get_version.sh
./scripts/update_build_number_from_package_json_version.sh
Expand Down

0 comments on commit 74a4196

Please sign in to comment.