Browse Source

step 3 OK?

pull/1/merge
guidezSeb 6 years ago
parent
commit
c1670d825e
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -19,4 +19,7 @@ jobs:
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn
- ~/.cache/yarn
- run: yarn lint
- run: yarn format:check
- run: yarn test:ci
Loading…
Cancel
Save