Files
openzeppelin-contracts/scripts/compile.sh
2019-12-09 16:55:17 -03:00

10 lines
152 B
Bash
Executable File

#!/usr/bin/env sh
if [ "$SOLC_NIGHTLY" = true ]; then
docker pull ethereum/solc:nightly
fi
export OPENZEPPELIN_NON_INTERACTIVE=true
npx oz compile