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:
|
||||
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" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue