disable oz cli interactivity in compile script
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user