Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
86ac46be31
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -9,7 +9,7 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- dependencies-{{ checksum "package.json" }}-v1 - dependencies-{{ checksum "package.json" }}-v1
# fallback to using the latest cache if no exact match is found
# fallback to using the latest cache if no exact match is foun
- dependencies- - dependencies-
- run: yarn install - run: yarn install
- save_cache: - save_cache:

Loading…
Cancel
Save