Files
openzeppelin-contracts/scripts/prepare.sh
github-actions dbe796d542 Update docs
2023-09-19 19:19:10 +00: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