add build alias to cache

This commit is contained in:
Sean Corfield 2021-08-12 19:24:24 -07:00
parent 4ba9d2f6ca
commit 5f68b8ca77

View file

@ -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