Browse Source

✏️ Other typo in ci

main
Anatole-DC 4 years ago
parent
commit
fe713f5036
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -21,8 +21,7 @@ jobs:
steps:
- checkout
- restore_cache:
keys:
- dependencies-{{ checksum "package.json" }}-v1
keys: dependencies-{{ checksum "package.json" }}-v1
- run: yarn test:unit
build:

Loading…
Cancel
Save