Files
scroll/contracts/.husky/pre-commit
2022-10-10 21:04:30 +08:00

5 lines
108 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn lint-staged && forge build && npx hardhat compile