Commit b4b276f6 by Francisco Giordano

ensure latest transpiler version

parent 7c08b799
......@@ -8,7 +8,7 @@ npm run compile
# -i: use included Initializable
# -x: exclude all proxy contracts except Clones library
# -p: emit public initializer
npx @openzeppelin/upgrade-safe-transpiler -D \
npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-i contracts/proxy/utils/Initializable.sol \
-x 'contracts/proxy/**/*' \
-x '!contracts/proxy/Clones.sol' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment