From 9cf2bcef9d8364dd238b34b068dbaa972be22245 Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:54:03 -0400 Subject: [PATCH] fix makefile indentation --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 890cee55..e5aed3ba 100644 --- a/Makefile +++ b/Makefile @@ -3,18 +3,18 @@ -include .env # deps -install :; yarn +install :; yarn # Build & test -build :; forge build -coverage :; forge coverage -gas :; forge test --gas-report -gas-check :; forge snapshot --check -snapshot :; forge snapshot +build :; forge build +coverage :; forge coverage +gas :; forge test --gas-report +gas-check :; forge snapshot --check +snapshot :; forge snapshot test-unit :; forge test -vvv -clean :; forge clean -fmt :; forge fmt +clean :; forge clean +fmt :; forge fmt gen-network :; yarn gen:network -test : test-unit +test : test-unit test-integration :; yarn test:integration test-action-storage :; ./scripts/test-action-storage.sh