From fa479f0a9a732be5e53dc8c6161a5ebdda48865f Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 17 Mar 2021 10:33:40 -0400 Subject: [PATCH] Show `go mod download` commands --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9bcac2..602bc9d7 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ setup: download-deps download-deps: @echo Downloading Go dependencies... - @go mod download + @go mod download -x @go mod tidy # To revert any changes made by the `go mod download` command @echo Downloading Node dependencies... @(cd ./ui && npm ci)