diff --git a/.circleci/config.yml b/.circleci/config.yml index b62764a253..199ce432cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/ui/GNUmakefile b/ui/GNUmakefile index bb0b3696f4..91158150f2 100644 --- a/ui/GNUmakefile +++ b/ui/GNUmakefile @@ -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.