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:
parent
6e17c254c7
commit
f42993a604
1 changed files with 2 additions and 0 deletions
|
|
@ -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" }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue