We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51a866 commit 5336454Copy full SHA for 5336454
scripts/upgradeable/transpile.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail -x
4
5
-VERSION="$(jq -r .version package.json)"
+VERSION="$(jq -r .version contracts/package.json)"
6
DIRNAME="$(dirname -- "${BASH_SOURCE[0]}")"
7
8
bash "$DIRNAME/patch-apply.sh"
0 commit comments