Commit 697d464e authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7137 from ethereum-optimism/clabby/bindings/forge-clean

fix(op-bindings): Add `forge clean` to make's `compile` directive
parents a1a0df72 902c40a6
......@@ -12,6 +12,7 @@ version:
compile:
cd $(contracts-dir) && \
forge clean && \
pnpm build
bindings: compile bindings-build
......
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