Browse Source

✏️ Fix typo in CI

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

1
.circleci/config.yml

@ -23,7 +23,6 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- dependencies-{{ checksum "package.json" }}-v1 - dependencies-{{ checksum "package.json" }}-v1
- dependencies-
- run: yarn test:unit - run: yarn test:unit
build: build:

Loading…
Cancel
Save