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