Skip to content

Commit 5336454

Browse files
committed
read package version from contracts/package.json
1 parent b51a866 commit 5336454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgradeable/transpile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail -x
44

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

88
bash "$DIRNAME/patch-apply.sh"

0 commit comments

Comments
 (0)