disable oz cli interactivity in compile script

This commit is contained in:
Francisco Giordano
2019-12-09 16:55:17 -03:00
parent aec642c5ab
commit 3eaf50005f

View File

@ -4,4 +4,6 @@ if [ "$SOLC_NIGHTLY" = true ]; then
docker pull ethereum/solc:nightly
fi
export OPENZEPPELIN_NON_INTERACTIVE=true
npx oz compile