ci: Don't focus install JS deps (#11267)
This commit is contained in:
parent
dae93f8a9c
commit
f03d79c8b0
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue