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:
keys:
- dependencies-{{ checksum "package.json" }}-v1
- dependencies-
- run: yarn test:unit
build:

Loading…
Cancel
Save