From e19008e54b7828e2de1a2b94c05e06630e78f2c4 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Wed, 12 Oct 2022 17:35:49 +0200 Subject: [PATCH] Don't `--focus` for dist-vercel This breaks the vercel deploy as `--focus` will try to install workspace dependency from the registry: Reference: https://github.com/yarnpkg/yarn/issues/5864 https://github.com/yarnpkg/yarn/issues/6715 --- ui/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/GNUmakefile b/ui/GNUmakefile index 290bda9ae..ab70bbc61 100644 --- a/ui/GNUmakefile +++ b/ui/GNUmakefile @@ -38,6 +38,5 @@ deps: clean dist-vercel: clean mkdir -p dist/ui && \ cd packages/consul-ui && \ - CONSUL_UI_INSTALL_FLAGS=--focus \ $(MAKE) build-staging && \ mv dist/* ../../dist/ui