Browse Source

step 3 OK?

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

3
.circleci/config.yml

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