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