mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
infra: bump cache to get latest deps (#151)
This commit is contained in:
parent
2295ae3011
commit
881a69995f
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ commands:
|
|||
path: ~/repo
|
||||
- restore_cache:
|
||||
name: Restore node_modules cache
|
||||
key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }}
|
||||
key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }}
|
||||
save_env_cache:
|
||||
description: Saves environment cache
|
||||
steps:
|
||||
- save_cache:
|
||||
name: Save node_modules cache
|
||||
key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }}
|
||||
key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }}
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
|
|
Loading…
Reference in a new issue