Переглянути джерело

disable oz cli interactivity in compile script

Francisco Giordano 5 роки тому
батько
коміт
3eaf50005f
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      scripts/compile.sh

+ 2 - 0
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