From 4082b08699bc5fe6651fc4815c491d7fa72877c7 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 13 Nov 2020 11:14:39 -0500 Subject: [PATCH] add yarn check call to install-deps Signed-off-by: Sebastian Malton --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84303cd77f..fc89d72cb4 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ download-bins: yarn download-bins install-deps: - yarn install --frozen-lockfile + yarn install --frozen-lockfile --verbose + yarn check --verify-tree --integrity compile-dev: yarn compile:main --cache