mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56: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
|
path: ~/repo
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore node_modules 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:
|
save_env_cache:
|
||||||
description: Saves environment cache
|
description: Saves environment cache
|
||||||
steps:
|
steps:
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Save node_modules cache
|
name: Save node_modules cache
|
||||||
key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }}
|
key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }}
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue