mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-09 03:24:13 +00:00
CCI: back to yarn.lock cache
This commit is contained in:
parent
1da29a2096
commit
cda17e0e88
@ -16,7 +16,9 @@ jobs:
|
||||
|
||||
- restore_cache:
|
||||
name: Restore Yarn Package Cache
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
keys:
|
||||
- dependency-cache-{{ checksum "yarn.lock" }}
|
||||
- dependency-cache-
|
||||
|
||||
- run:
|
||||
name: Install project
|
||||
@ -28,7 +30,7 @@ jobs:
|
||||
|
||||
- save_cache:
|
||||
name: Save Yarn Package Cache
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user