Commit 9f22034f authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

do forge clean when make clean (#12635)

parent 38db5117
...@@ -164,6 +164,7 @@ mod-tidy: ## Cleans up unused dependencies in Go modules ...@@ -164,6 +164,7 @@ mod-tidy: ## Cleans up unused dependencies in Go modules
clean: ## Removes all generated files under bin/ clean: ## Removes all generated files under bin/
rm -rf ./bin rm -rf ./bin
cd packages/contracts-bedrock/ && forge clean
.PHONY: clean .PHONY: clean
nuke: clean devnet-clean ## Completely clean the project directory nuke: clean devnet-clean ## Completely clean the project directory
......
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