Commit 3eaf5000 by Francisco Giordano

disable oz cli interactivity in compile script

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