Commit 7a50b5a6 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4086 from ethereum-optimism/jm/no-build-diff

fix(ctb): gas snapshot rm extra build step
parents 4de31761 fce262f9
......@@ -25,7 +25,7 @@
"test": "yarn build:differential && forge test",
"coverage": "yarn build:differential && forge coverage",
"coverage:lcov": "yarn build:differential && forge coverage --report lcov",
"gas-snapshot": "yarn build:differential && forge snapshot --no-match-test 'differential|fuzz'",
"gas-snapshot": "forge snapshot --no-match-test 'differential|fuzz'",
"storage-snapshot": "./scripts/storage-snapshot.sh",
"validate-spacers": "hardhat validate-spacers",
"slither": "./scripts/slither.sh",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment