Browse Source

💚 wrong deps cache

main
Francois Lannoy 6 years ago
parent
commit
68ceef12bc
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -55,8 +55,8 @@ jobs:
- checkout
- restore_cache:
keys:
- yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
- run: yarn run build
- dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
- run: npm run build
- run:
name: Copy build to workspace
command: |

Loading…
Cancel
Save