Commit 477046b2 by Francisco Giordano

do not exclude Clones from transpilation

parent 8c521fff
......@@ -6,9 +6,10 @@ npm run compile
# -D: delete original and excluded files
# -i: use included Initializable
# -x: exclude all proxy contracts
# -x: exclude all proxy contracts except Clones library
# -p: emit public initializer
npx @openzeppelin/upgrade-safe-transpiler -D \
-i contracts/proxy/Initializable.sol \
-x 'contracts/proxy/**/*' \
-x '!contracts/proxy/Clones.sol' \
-p 'contracts/presets/**/*'
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