compile.sh 152 B

123456789
  1. #!/usr/bin/env sh
  2. if [ "$SOLC_NIGHTLY" = true ]; then
  3. docker pull ethereum/solc:nightly
  4. fi
  5. export OPENZEPPELIN_NON_INTERACTIVE=true
  6. npx oz compile