Browse Source

💚 Force CI update

pull/1/head
Anatole-DC 4 years ago
parent
commit
fa5bdcd065
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

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

Loading…
Cancel
Save