From 175ba5359d97de5058b54ee911814b68e5c70deb Mon Sep 17 00:00:00 2001 From: hensha256 Date: Tue, 21 Nov 2023 12:12:27 +0000 Subject: [PATCH 1/2] udpate prep and add build --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 4bb54a43a..44d74f71d 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,8 @@ solc_file := if os() == "macos" { "./bin/solc-mac" } else { "./bin/solc-static-linux" } test: test-forge -prep: fix snapshots +build: build-forge +prep: fix test-forge: install-forge build-forge forge test --use {{ solc_file }} From 6a833892e720cabbfbfd5b07cec76f7f759aa49a Mon Sep 17 00:00:00 2001 From: Alice <34962750+hensha256@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:31:56 +0000 Subject: [PATCH 2/2] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 44d74f71d..3a4e90d5f 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ solc_file := if os() == "macos" { "./bin/solc-mac" } else { "./bin/solc-static-l test: test-forge build: build-forge -prep: fix +prep: fix test test-forge: install-forge build-forge forge test --use {{ solc_file }}