瀏覽代碼

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