Skip to content

Commit

Permalink
fix: use node instead of deprecated yarn option to get app version
Browse files Browse the repository at this point in the history
  • Loading branch information
tprache-pass committed Jan 6, 2025
1 parent b23b948 commit bd00d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION=$(yarn --silent json -f package.json version)
VERSION=$(node -p "require('./package.json').version")

0 comments on commit bd00d00

Please sign in to comment.