mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
circleci: change cache key
This commit is contained in:
parent
c6931a2c92
commit
f75a391f9b
@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
# Restore cache
|
# Restore cache
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: yarn-{{ checksum "yarn.lock" }}
|
key: lock-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- run:
|
- run:
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
# Save cache
|
# Save cache
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: yarn-{{ checksum "yarn.lock" }}
|
key: lock-{{ checksum "yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
- packages/*/node_modules
|
- packages/*/node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user