From 3151141e570b16f0ea9f43a2715c6213f3fad8d4 Mon Sep 17 00:00:00 2001 From: Xiaying Peng Date: Tue, 9 Jul 2024 12:05:12 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14318ec4..5d4c626c 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ shellcheck: salus: docker run --rm -t -v ${PWD}:/home/repo coinbase/salus -release: shellcheck check-gen check-license check-format test lint salus +release: shellcheck check-license check-format lint salus mocks: rm -rf mocks;