ci: Don't focus install JS deps (#11267)

This commit is contained in:
John Cowen 2021-10-11 14:37:21 +01:00 committed by GitHub
parent dae93f8a9c
commit f03d79c8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -602,7 +602,7 @@ jobs:
- run:
name: install yarn packages
command: cd ui && yarn install && cd packages/consul-ui && yarn install
command: cd ui && make
- save_cache:
key: *YARN_CACHE_KEY

View File

@ -18,7 +18,6 @@ clean:
# Build a distribution of the UI using the minimal amount of dependencies
dist: clean
cd packages/consul-ui && \
CONSUL_UI_INSTALL_FLAGS=--focus \
$(MAKE)
# Build a distribution of the UI for Vercel previews.