Commit 3eaf5000 by Francisco Giordano

disable oz cli interactivity in compile script

parent aec642c5
......@@ -4,4 +4,6 @@ if [ "$SOLC_NIGHTLY" = true ]; then
docker pull ethereum/solc:nightly
fi
export OPENZEPPELIN_NON_INTERACTIVE=true
npx oz compile
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