1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Add .shadow-cljs to CircleCI cache to speed up builds

This commit is contained in:
heyarne 2019-12-14 11:38:49 +01:00
commit f42993a604

View file

@ -21,6 +21,7 @@ jobs:
- save_cache: - save_cache:
paths: paths:
- node_modules - node_modules
- .shadow-cljs
- ~/.m2 - ~/.m2
- ~/.npm - ~/.npm
key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }} key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }}
@ -42,6 +43,7 @@ jobs:
- save_cache: - save_cache:
paths: paths:
- node_modules - node_modules
- .shadow-cljs
- ~/.m2 - ~/.m2
- ~/.npm - ~/.npm
key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }} key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }}