mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
circleci don’t restore old caches for npm
This commit is contained in:
parent
d565d24ca1
commit
d41eb6677e
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ aliases:
|
||||||
restore_cache:
|
restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-npm-{{ checksum "package-lock.json" }}
|
- v1-npm-{{ checksum "package-lock.json" }}
|
||||||
- v1-npm-
|
|
||||||
- &save_build_cache
|
- &save_build_cache
|
||||||
save_cache:
|
save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue