From 6b2727d5e2db1d15e3c92d8095ef9776e85f5690 Mon Sep 17 00:00:00 2001 From: Alice <34962750+hensha256@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:38:38 +0000 Subject: [PATCH] Update just prep and build (#421) * udpate prep and add build * Update justfile --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 4bb54a43a..3a4e90d5f 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 test-forge: install-forge build-forge forge test --use {{ solc_file }}