From 8994a600f68e857e054e1948aaecee806f670022 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Mon, 16 Nov 2020 15:13:58 +0200 Subject: [PATCH] Remove verbose option from yarn install Signed-off-by: Lauri Nevala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc89d72cb4..4afae0b487 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ download-bins: yarn download-bins install-deps: - yarn install --frozen-lockfile --verbose + yarn install --frozen-lockfile yarn check --verify-tree --integrity compile-dev: