Skip to content

Commit

Permalink
ci(greenkeeper): greenkeeper update lockfile (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtho authored and thymikee committed Oct 22, 2019
1 parent ca8b6d2 commit f925564
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
executor: node-10
steps:
- checkout
- run: 'sudo yarn global add greenkeeper-lockfile@2'
- run: 'greenkeeper-lockfile-update'
- restore_cache:
keys:
# if lock file changes, we still use increasingly general patterns to restore cache
Expand Down Expand Up @@ -43,21 +45,15 @@ jobs:
steps:
- attach_workspace:
at: .
# disabling cache here as it created issues with the preset in the root
# skipping cache here as it created issues with the preset in the root
# not being used, as older version in cache was available
#- restore_cache:
# keys:
# - yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
# - yarn-cache-example-{{ .Branch }}-
- run: 'sudo yarn global add greenkeeper-lockfile@2'
- run: 'greenkeeper-lockfile-update'
- run:
name: Install Example Dependencies
command: |
cd example
yarn install --frozen-lockfile
#- save_cache:
# key: yarn-cache-example-{{ .Branch }}-{{ checksum "yarn.lock" }}
# paths:
# - ./example/node_modules
- run:
name: Test Example
command: |
Expand Down

0 comments on commit f925564

Please sign in to comment.