From 6024d2069410f0d1fce6b9df25c1f6a2cfeea71c Mon Sep 17 00:00:00 2001 From: clabby Date: Thu, 7 Sep 2023 10:28:06 -0400 Subject: [PATCH] Add `forge clean` to `op-bindings` Makefile --- op-bindings/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/op-bindings/Makefile b/op-bindings/Makefile index 11e7a017a1b5..97b26890bc41 100644 --- a/op-bindings/Makefile +++ b/op-bindings/Makefile @@ -12,6 +12,7 @@ version: compile: cd $(contracts-dir) && \ + forge clean && \ pnpm build bindings: compile bindings-build