From 3eaf50005f5462a979effe143f080b6aba5f1b89 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 9 Dec 2019 16:55:17 -0300 Subject: [PATCH] disable oz cli interactivity in compile script --- scripts/compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/compile.sh b/scripts/compile.sh index 6e79c5c2f..ab4eb5e07 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -4,4 +4,6 @@ if [ "$SOLC_NIGHTLY" = true ]; then docker pull ethereum/solc:nightly fi +export OPENZEPPELIN_NON_INTERACTIVE=true + npx oz compile