mirror of https://github.com/status-im/consul.git
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:
parent
041e7c4626
commit
7178604f4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue