From 5f68b8ca771ec7e9ca7f436841ec00f642dbb508 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 12 Aug 2021 19:24:24 -0700 Subject: [PATCH] add build alias to cache --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a60521e..4f49daf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: - run: name: Download Dependencies # 1.9 is the default so we need to ask for 1.10 (1.11 is a snapshot we don't cache): - command: clojure -P -M:test:cljs:eastwood:readme && clojure -P -M:1.10 + command: clojure -P -M:build:test:cljs:eastwood:readme && clojure -P -M:1.10 - save_cache: paths: - ~/.m2