crytic-compile
crytic-compile copied to clipboard
deprecate platform specific flags and reuse flags across platforms
--hardhat-ignore-compile
Do not run hardhat compile
--hardhat-cache-directory HARDHAT_CACHE_DIRECTORY
Use an alternative hardhat cache directory (default ./cache)
--hardhat-artifacts-directory HARDHAT_ARTIFACTS_DIRECTORY
Use an alternative hardhat artifacts directory (default ./artifacts)
We can reuse --ignore-compile and add global flags for cache-directory
and artifacts-directory