Commit 1ee7ea1f authored by Blaine Malone's avatar Blaine Malone Committed by GitHub

fix: justfile clean command (#12092)

* fix: justfile clean command

* fix: removed stale comment
parent 8b769313
...@@ -28,10 +28,8 @@ build-go-ffi: ...@@ -28,10 +28,8 @@ build-go-ffi:
cd scripts/go-ffi && go build cd scripts/go-ffi && go build
# Cleans build artifacts and deployments. # Cleans build artifacts and deployments.
# Removes everything inside of .testdata (except the .gitkeep file).
clean: clean:
rm -rf ./artifacts ./forge-artifacts ./cache ./scripts/go-ffi/go-ffi ./deployments/hardhat/* rm -rf ./artifacts ./forge-artifacts ./cache ./scripts/go-ffi/go-ffi ./deployments/hardhat/*
find ./.testdata -mindepth 1 -not -name '.gitkeep' -delete
######################################################## ########################################################
......
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