Skip to content

Commit f925564

Browse files
wthothymikee
authored andcommitted
ci(greenkeeper): greenkeeper update lockfile (#327)
1 parent ca8b6d2 commit f925564

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.circleci/config.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
executor: node-10
1010
steps:
1111
- checkout
12+
- run: 'sudo yarn global add greenkeeper-lockfile@2'
13+
- run: 'greenkeeper-lockfile-update'
1214
- restore_cache:
1315
keys:
1416
# if lock file changes, we still use increasingly general patterns to restore cache
@@ -43,21 +45,15 @@ jobs:
4345
steps:
4446
- attach_workspace:
4547
at: .
46-
# disabling cache here as it created issues with the preset in the root
48+
# skipping cache here as it created issues with the preset in the root
4749
# not being used, as older version in cache was available
48-
#- restore_cache:
49-
# keys:
50-
# - yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
51-
# - yarn-cache-example-{{ .Branch }}-
50+
- run: 'sudo yarn global add greenkeeper-lockfile@2'
51+
- run: 'greenkeeper-lockfile-update'
5252
- run:
5353
name: Install Example Dependencies
5454
command: |
5555
cd example
5656
yarn install --frozen-lockfile
57-
#- save_cache:
58-
# key: yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
59-
# paths:
60-
# - ./example/node_modules
6157
- run:
6258
name: Test Example
6359
command: |

0 commit comments

Comments
 (0)