Skip to content

Commit

Permalink
read package version from contracts/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Sep 28, 2023
1 parent b51a866 commit 5336454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgradeable/transpile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail -x

VERSION="$(jq -r .version package.json)"
VERSION="$(jq -r .version contracts/package.json)"
DIRNAME="$(dirname -- "${BASH_SOURCE[0]}")"

bash "$DIRNAME/patch-apply.sh"
Expand Down

0 comments on commit 5336454

Please sign in to comment.