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
This commit is contained in:
Michael Klein 2022-10-12 17:35:49 +02:00
parent 8d0c18f1ed
commit e19008e54b
1 changed files with 0 additions and 1 deletions

View File

@ -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