File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- checkout
11
11
- restore_cache : &restore_cache
12
12
keys :
13
- - v1 -npm-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
14
- - v1 -npm-{{checksum ".circleci/config.yml"}}
13
+ - v2 -npm-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
14
+ - v2 -npm-{{checksum ".circleci/config.yml"}}
15
15
- run :
16
16
name : Install dependencies
17
17
command : .circleci/greenkeeper
43
43
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
44
44
semantic-release -e @oclif/semantic-release
45
45
- save_cache :
46
- key : v1 -yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
46
+ key : v2 -yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
47
47
paths :
48
48
- ~/cli/node_modules
49
49
- /usr/local/share/.cache/yarn
You can’t perform that action at this time.
0 commit comments