Jelajahi Sumber

disable oz cli interactivity in compile script

Francisco Giordano 5 tahun lalu
induk
melakukan
3eaf50005f
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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