Files
OpenLearnX/backend/lib/openzeppelin-contracts/scripts/prepare.sh
2025-07-27 10:39:02 +05:30

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