Quellcode durchsuchen

disable oz cli interactivity in compile script

Francisco Giordano vor 5 Jahren
Ursprung
Commit
3eaf50005f
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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