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 - checkout
- restore_cache: - restore_cache:
keys: 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: - run:
name: Copy build to workspace name: Copy build to workspace
command: | command: |

Loading…
Cancel
Save