Files
openzeppelin-contracts/scripts/prepare.sh
2022-06-02 19:42:49 -03:00

11 lines
150 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
if [ "${SKIP_COMPILE:-}" == true ]; then
exit
fi
npm run clean
env COMPILE_MODE=production npm run compile