1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +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:
paths:
- node_modules
- .shadow-cljs
- ~/.m2
- ~/.npm
key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }}
@ -42,6 +43,7 @@ jobs:
- save_cache:
paths:
- node_modules
- .shadow-cljs
- ~/.m2
- ~/.npm
key: build_cache-{{ checksum "package.json" }}-{{ checksum "shadow-cljs.edn" }}